Skip to content

Commit f76c283

Browse files
authored
Merge pull request #4292 from magento/release-notes-14.0.1
Release notes 14.0.1
2 parents 767d99e + 0e90345 commit f76c283

File tree

19 files changed

+87
-117
lines changed

19 files changed

+87
-117
lines changed

CHANGELOG.md

+39-70
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,24 @@
1-
# PWA Studio Release 14.0.0
1+
# PWA Studio Release 14.0.1
22

33
**NOTE:**
4-
_This changelog only contains release notes for PWA Studio and Venia 14.0.0_
4+
_This changelog only contains release notes for PWA Studio and Venia 14.0.1_
55
_For older release notes, see_ [PWA Studio releases][].
66

77
## Highlights
88

9-
The 14.0.0 release of PWA Studio provides customers with many accessibility improvements for keyboard and screen-reader access, as well as several bug fixes. Full details are described below.
9+
The 14.0.1 release of PWA Studio provides compatibility with PREX extension and Upgradation from node 14 to 18.
1010

11-
## Accessibility Updates
12-
13-
- Bug: [4195][] — Only one folder should be remained open when navigating the control from profile to minicart or viceversa
1411

1512
## Additional fixes
1613

17-
- Story: [4196][] — Updated Tailwind to V3
18-
- Bug: [4207][] — yarn install broken after #4191
19-
- Bug: [4235][] — Search products by category from searchBar is working according to searched text.
20-
- Bug: [4180][] - Layered navigation Options are not visible when no results are available
21-
- Bug: [4194][] — Thumbnail Images are getting are now not hidden due to PR
22-
- Bug: [4221][] — Broken Sign-in following 13.3.0 is fixed
23-
- Bug: [48][] — Exception causes error on PWA build is resolved
24-
- Bug: [4221][] — mergeCarts GraphQl Error is resolved
25-
- Bug: [4210][] - Version updated in extension.
26-
- Bug: [22][] — PWA Upward connector throwing exception resolved
27-
- Bug: [4229][] — Order statuses are decoupled from the back-end
28-
- Bug: [4231][] - Unable to sign-In using TAB/ Mouse Click button from Sign in Page is resolved
29-
- Bug: [49][] — PWA metapackages should support PHP8.3
30-
- Bug: [28][] — Unable to complile local code with venia-sample data package in local now resolved
31-
- Bug: [4183][] — Products not found using URL key is not resolved
32-
- Bug: [4240][] — GraphQL cacheable requests always have "Authorization Bearer" header is now changed to only for non cached pages
33-
- Bug: [4227][] — Experience platform connector extension missing parent sku is now added
34-
35-
36-
## 14.0.0 Lighthouse scores
37-
38-
With each new release of PWA Studio, we perform Lighthouse audits of four Venia page types, each representing a different level of complexity. Shown below are the Lighthouse scores for the 14.0.0 release of these pages on desktop and mobile devices.
14+
- Story: [4283][] — OOTB Commerce PWA Venia and PREX compatibility.
15+
- Story: [4279][] — upgrading node support >= 18 . Node 14 and 16 are stale, no more supported for security fixes.
16+
- Bug: [4269][] — Storefront needs to automatically update the newly added/changes translations
17+
18+
19+
## 14.0.1 Lighthouse scores
20+
21+
With each new release of PWA Studio, we perform Lighthouse audits of four Venia page types, each representing a different level of complexity. Shown below are the Lighthouse scores for the 14.0.1 release of these pages on desktop and mobile devices.
3922

4023
### Desktop scores
4124

@@ -66,7 +49,7 @@ When a user logs out, that user's local storage session persists. As a result, t
6649

6750
## Upgrading from a previous version
6851

69-
Use the steps outlined in this section to update your [scaffolded project][] from 13.3.0 to 14.0.0.
52+
Use the steps outlined in this section to update your [scaffolded project][] from 14.0.0 to 14.0.1.
7053
See [Upgrading versions][] for more information about upgrading between PWA Studio versions.
7154

7255
[scaffolded project]: https://developer.adobe.com/commerce/pwa-studio/tutorials/
@@ -75,7 +58,7 @@ See [Upgrading versions][] for more information about upgrading between PWA Stud
7558
### Updated package dependencies
7659

7760
Open your `package.json` file and update the PWA Studio package dependencies to the versions associated with this release.
78-
The following table lists the latest versions of each package as of 14.0.0. The **bolded** versions with an asterisk (*) are the packages that were updated from PWA Studio 13.3.0.
61+
The following table lists the latest versions of each package as of 14.0.1. The **bolded** versions with an asterisk (*) are the packages that were updated from PWA Studio 14.0.0.
7962

8063
**NOTE:**
8164
Your project may not depend on some packages listed in this table.
@@ -84,45 +67,31 @@ Your project may not depend on some packages listed in this table.
8467

8568
| Package | Latest version |
8669
|----------------------------------------|----------------|
87-
| `babel-preset-peregrine` | 1.2.3 |
88-
| `create-pwa` | **2.4.6*** |
89-
| `experience-platform-connector` | **1.0.6*** |
90-
| `upward-security-headers` | **1.0.15*** |
91-
| `venia-sample-backends` | 0.0.10 |
92-
| `venia-sample-eventing` | **0.0.7*** |
93-
| `venia-sample-language-packs` | **0.0.15*** |
94-
| `venia-sample-payments-checkmo` | **0.0.13*** |
95-
| `pagebuilder` | **9.2.1*** |
96-
| `peregrine` | **14.2.1*** |
97-
| `pwa-buildpack` | 11.4.3 |
98-
| `pwa-theme-venia` | **2.4.0*** |
99-
| `upward-js` | 5.3.2 |
100-
| `upward-spec` | 5.2.1 |
101-
| `venia-concept` | **14.0.0*** |
102-
| `venia-ui` | **11.3.0*** |
103-
| `magento2-pwa` | **0.7.2*** |
104-
| `magento2-pwa-commerce` | **0.0.4*** |
105-
| `magento-venia-sample-data-modules` | **0.0.5*** |
106-
| `magento-venia-sample-data-modules-ee` | **0.0.4*** |
107-
| `magento2-upward-connector` | **2.0.4*** |
108-
| `upward-php` | **2.0.3*** |
109-
110-
[4196]: https://github.com/magento/pwa-studio/pull/4196
111-
[4207]: https://github.com/magento/pwa-studio/pull/4207
112-
[4235]: https://github.com/magento/pwa-studio/pull/4235
113-
[4180]: https://github.com/magento/pwa-studio/pull/4180
114-
[4194]: https://github.com/magento/pwa-studio/pull/4194
115-
[4221]: https://github.com/magento/pwa-studio/pull/4221
116-
[48]: https://github.com/magento-commerce/magento2-pwa/pull/48
117-
[49]: https://github.com/magento-commerce/magento2-pwa/pull/49
118-
[4210]: https://github.com/magento/pwa-studio/pull/4210
119-
[22]: https://github.com/magento-commerce/magento2-upward-connector/pull/22
120-
[4229]: https://github.com/magento/pwa-studio/pull/4229
121-
[4231]: https://github.com/magento/pwa-studio/pull/4231
122-
[49]: https://github.com/magento-commerce/magento2-pwa/pull/49
123-
[28]: https://github.com/magento-commerce/venia-sample-data-modules/pull/28
124-
[4183]: https://github.com/magento/pwa-studio/pull/4183
125-
[4240]: https://github.com/magento/pwa-studio/pull/4240
126-
[4227]: https://github.com/magento/pwa-studio/pull/4227
70+
| `babel-preset-peregrine` | **1.3.3*** |
71+
| `create-pwa` | 2.4.6 |
72+
| `experience-platform-connector` | **1.0.7*** |
73+
| `upward-security-headers` | **1.0.16*** |
74+
| `venia-sample-backends` | **0.0.11*** |
75+
| `venia-sample-eventing` | **0.0.8*** |
76+
| `venia-sample-language-packs` | **0.0.16*** |
77+
| `venia-sample-payments-checkmo` | **0.0.14*** |
78+
| `pagebuilder` | **9.3.1*** |
79+
| `peregrine` | **14.3.1*** |
80+
| `pwa-buildpack` | **11.5.3*** |
81+
| `pwa-theme-venia` | 2.4.0 |
82+
| `upward-js` | **5.4.2*** |
83+
| `upward-spec` | **5.3.1*** |
84+
| `venia-concept` | **14.0.1*** |
85+
| `venia-ui` | **11.4.0*** |
86+
| `magento2-pwa` | 0.7.2 |
87+
| `magento2-pwa-commerce` | 0.0.4 |
88+
| `magento-venia-sample-data-modules` | 0.0.5 |
89+
| `magento-venia-sample-data-modules-ee` | 0.0.4 |
90+
| `magento2-upward-connector` | 2.0.4 |
91+
| `upward-php` | 2.0.3 |
92+
93+
[4283]: https://github.com/magento/pwa-studio/pull/4283
94+
[4279]: https://github.com/magento/pwa-studio/pull/4279
95+
[4269]: https://github.com/magento/pwa-studio/pull/4269
12796

12897
[PWA Studio releases]: https://github.com/magento/pwa-studio/releases

magento-compatibility.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// PWA Studio version -> Magento version.
66
module.exports = {
7+
'14.0.1': '2.4.7-beta3',
78
'14.0.0': '2.4.7-beta3',
89
'13.3.0': '2.4.7-beta2',
910
'13.2.0': '2.4.7-beta1',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/pwa-studio",
3-
"version": "14.0.0",
3+
"version": "14.0.1-beta.1",
44
"private": true,
55
"workspaces": [
66
"packages/babel-preset-peregrine",

packages/babel-preset-peregrine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/babel-preset-peregrine",
3-
"version": "1.2.3",
3+
"version": "1.3.3-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/create-pwa/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/create-pwa#readme",
3131
"dependencies": {
32-
"@magento/pwa-buildpack": "~11.4.3",
33-
"@magento/venia-concept": "~14.0.0",
32+
"@magento/pwa-buildpack": "11.5.3-beta.1",
33+
"@magento/venia-concept": "14.0.1-beta.1",
3434
"chalk": "^2.4.2",
3535
"change-case": "^3.1.0",
3636
"compression": "~1.7.4",

packages/extensions/experience-platform-connector/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/experience-platform-connector",
3-
"version": "1.0.6",
3+
"version": "1.0.7-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -18,8 +18,8 @@
1818
"devDependencies": {},
1919
"peerDependencies": {
2020
"@apollo/client": "~3.5.0",
21-
"@magento/peregrine": "~14.2.1",
22-
"@magento/pwa-buildpack": "~11.4.3",
21+
"@magento/peregrine": "14.3.1-beta.1",
22+
"@magento/pwa-buildpack": "11.5.3-beta.1",
2323
"react": "~17.0.1"
2424
},
2525
"pwa-studio": {

packages/extensions/upward-security-headers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/upward-security-headers",
3-
"version": "1.0.15",
3+
"version": "1.0.16-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -13,8 +13,8 @@
1313
"author": "Adobe Commerce",
1414
"license": "(OSL-3.0 OR AFL-3.0)",
1515
"peerDependencies": {
16-
"@magento/pwa-buildpack": "~11.4.3",
17-
"@magento/venia-ui": "~11.3.0",
16+
"@magento/pwa-buildpack": "11.5.3-beta.1",
17+
"@magento/venia-ui": "11.4.0-beta.1",
1818
"webpack": "~4.46.0"
1919
},
2020
"pwa-studio": {

packages/extensions/venia-sample-backends/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/venia-sample-backends",
3-
"version": "0.0.11",
3+
"version": "0.0.11-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -13,7 +13,7 @@
1313
"repository": "github:magento/pwa-studio",
1414
"license": "(OSL-3.0 OR AFL-3.0)",
1515
"peerDependencies": {
16-
"@magento/pwa-buildpack": "~11.4.3",
16+
"@magento/pwa-buildpack": "11.5.3-beta.1",
1717
"node-fetch": "~2.3.0"
1818
},
1919
"pwa-studio": {

packages/extensions/venia-sample-eventing/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/venia-sample-eventing",
3-
"version": "0.0.7",
3+
"version": "0.0.8-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -12,8 +12,8 @@
1212
"repository": "github:magento/pwa-studio",
1313
"license": "(OSL-3.0 OR AFL-3.0)",
1414
"peerDependencies": {
15-
"@magento/peregrine": "~14.2.1",
16-
"@magento/pwa-buildpack": "~11.4.3",
15+
"@magento/peregrine": "14.3.1-beta.1",
16+
"@magento/pwa-buildpack": "11.5.3-beta.1",
1717
"react": "~17.0.1"
1818
},
1919
"pwa-studio": {

packages/extensions/venia-sample-language-packs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/venia-sample-language-packs",
3-
"version": "0.0.15",
3+
"version": "0.0.16-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -12,8 +12,8 @@
1212
"repository": "github:magento/pwa-studio",
1313
"license": "(OSL-3.0 OR AFL-3.0)",
1414
"peerDependencies": {
15-
"@magento/pwa-buildpack": "~11.4.3",
16-
"@magento/venia-ui": "~11.3.0"
15+
"@magento/pwa-buildpack": "11.5.3-beta.1",
16+
"@magento/venia-ui": "11.4.0-beta.1"
1717
},
1818
"pwa-studio": {
1919
"targets": {

packages/extensions/venia-sample-payments-checkmo/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/venia-sample-payments-checkmo",
3-
"version": "0.0.13",
3+
"version": "0.0.14-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -12,9 +12,9 @@
1212
"repository": "github:magento/pwa-studio",
1313
"license": "(OSL-3.0 OR AFL-3.0)",
1414
"peerDependencies": {
15-
"@magento/peregrine": "~14.2.1",
16-
"@magento/pwa-buildpack": "~11.4.3",
17-
"@magento/venia-ui": "~11.3.0",
15+
"@magento/peregrine": "14.3.1-beta.1",
16+
"@magento/pwa-buildpack": "11.5.3-beta.1",
17+
"@magento/venia-ui": "11.4.0-beta.1",
1818
"react": "~17.0.1",
1919
"react-intl": "~5.20.0",
2020
"react-router-dom": "~5.2.0"

packages/pagebuilder/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/pagebuilder",
3-
"version": "9.2.1",
3+
"version": "9.3.1-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -34,9 +34,9 @@
3434
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/pagebuilder#readme",
3535
"dependencies": {},
3636
"devDependencies": {
37-
"@magento/peregrine": "~14.2.1",
38-
"@magento/pwa-buildpack": "~11.4.3",
39-
"@magento/venia-ui": "~11.3.0",
37+
"@magento/peregrine": "14.3.1-beta.1",
38+
"@magento/pwa-buildpack": "11.5.3-beta.1",
39+
"@magento/venia-ui": "11.4.0-beta.1",
4040
"@storybook/react": "~6.3.7",
4141
"jarallax": "~1.11.1",
4242
"load-google-maps-api": "~2.0.1",
@@ -49,10 +49,10 @@
4949
},
5050
"peerDependencies": {
5151
"@apollo/client": "~3.5.0",
52-
"@magento/babel-preset-peregrine": "~1.2.3",
53-
"@magento/peregrine": "~14.2.1",
54-
"@magento/pwa-buildpack": "~11.4.3",
55-
"@magento/venia-ui": "~11.3.0",
52+
"@magento/babel-preset-peregrine": "1.3.3-beta.1",
53+
"@magento/peregrine": "14.3.1-beta.1",
54+
"@magento/pwa-buildpack": "11.5.3-beta.1",
55+
"@magento/venia-ui": "11.4.0-beta.1",
5656
"jarallax": "~1.11.1",
5757
"load-google-maps-api": "~2.0.1",
5858
"lodash.escape": "~4.0.1",

packages/peregrine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/peregrine",
3-
"version": "14.2.1",
3+
"version": "14.3.1-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/pwa-buildpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/pwa-buildpack",
3-
"version": "11.4.3",
3+
"version": "11.5.3-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/pwa-buildpack#readme",
2828
"dependencies": {
2929
"@magento/directive-parser": "~0.1.7",
30-
"@magento/upward-js": "~5.3.2",
30+
"@magento/upward-js": "5.4.2-beta.1",
3131
"@pmmmwh/react-refresh-webpack-plugin": "~0.4.3",
3232
"@yarnpkg/lockfile": "~1.1.0",
3333
"apicache": "~1.4.0",

packages/upward-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/upward-js",
3-
"version": "5.3.2",
3+
"version": "5.4.2-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -48,7 +48,7 @@
4848
"node-fetch": "~2.6.1"
4949
},
5050
"devDependencies": {
51-
"@magento/upward-spec": "~5.2.1",
51+
"@magento/upward-spec": "5.3.1-beta.1",
5252
"express": "~4.16.4",
5353
"supertest": "~3.4.2"
5454
},

packages/upward-spec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magento/upward-spec",
3-
"version": "5.2.1",
3+
"version": "5.3.1-beta.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)