Skip to content

Commit 0e90345

Browse files
committed
release note 14.0.1
1 parent 8d369a4 commit 0e90345

File tree

2 files changed

+40
-70
lines changed

2 files changed

+40
-70
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',

0 commit comments

Comments
 (0)