From 0e903457639438d86bc75bc9dd6b54c183f31dec Mon Sep 17 00:00:00 2001 From: glo82145 Date: Tue, 9 Jul 2024 16:43:02 +0530 Subject: [PATCH] release note 14.0.1 --- CHANGELOG.md | 109 ++++++++++++++------------------------- magento-compatibility.js | 1 + 2 files changed, 40 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5934397fba..4e970133f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,24 @@ -# PWA Studio Release 14.0.0 +# PWA Studio Release 14.0.1 **NOTE:** -_This changelog only contains release notes for PWA Studio and Venia 14.0.0_ +_This changelog only contains release notes for PWA Studio and Venia 14.0.1_ _For older release notes, see_ [PWA Studio releases][]. ## Highlights -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. +The 14.0.1 release of PWA Studio provides compatibility with PREX extension and Upgradation from node 14 to 18. -## Accessibility Updates - -- Bug: [4195][] — Only one folder should be remained open when navigating the control from profile to minicart or viceversa ## Additional fixes -- Story: [4196][] — Updated Tailwind to V3 -- Bug: [4207][] — yarn install broken after #4191 -- Bug: [4235][] — Search products by category from searchBar is working according to searched text. -- Bug: [4180][] - Layered navigation Options are not visible when no results are available -- Bug: [4194][] — Thumbnail Images are getting are now not hidden due to PR -- Bug: [4221][] — Broken Sign-in following 13.3.0 is fixed -- Bug: [48][] — Exception causes error on PWA build is resolved -- Bug: [4221][] — mergeCarts GraphQl Error is resolved -- Bug: [4210][] - Version updated in extension. -- Bug: [22][] — PWA Upward connector throwing exception resolved -- Bug: [4229][] — Order statuses are decoupled from the back-end -- Bug: [4231][] - Unable to sign-In using TAB/ Mouse Click button from Sign in Page is resolved -- Bug: [49][] — PWA metapackages should support PHP8.3 -- Bug: [28][] — Unable to complile local code with venia-sample data package in local now resolved -- Bug: [4183][] — Products not found using URL key is not resolved -- Bug: [4240][] — GraphQL cacheable requests always have "Authorization Bearer" header is now changed to only for non cached pages -- Bug: [4227][] — Experience platform connector extension missing parent sku is now added - - -## 14.0.0 Lighthouse scores - -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. +- Story: [4283][] — OOTB Commerce PWA Venia and PREX compatibility. +- Story: [4279][] — upgrading node support >= 18 . Node 14 and 16 are stale, no more supported for security fixes. +- Bug: [4269][] — Storefront needs to automatically update the newly added/changes translations + + +## 14.0.1 Lighthouse scores + +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. ### Desktop scores @@ -66,7 +49,7 @@ When a user logs out, that user's local storage session persists. As a result, t ## Upgrading from a previous version -Use the steps outlined in this section to update your [scaffolded project][] from 13.3.0 to 14.0.0. +Use the steps outlined in this section to update your [scaffolded project][] from 14.0.0 to 14.0.1. See [Upgrading versions][] for more information about upgrading between PWA Studio versions. [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 ### Updated package dependencies Open your `package.json` file and update the PWA Studio package dependencies to the versions associated with this release. -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. +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. **NOTE:** 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. | Package | Latest version | |----------------------------------------|----------------| -| `babel-preset-peregrine` | 1.2.3 | -| `create-pwa` | **2.4.6*** | -| `experience-platform-connector` | **1.0.6*** | -| `upward-security-headers` | **1.0.15*** | -| `venia-sample-backends` | 0.0.10 | -| `venia-sample-eventing` | **0.0.7*** | -| `venia-sample-language-packs` | **0.0.15*** | -| `venia-sample-payments-checkmo` | **0.0.13*** | -| `pagebuilder` | **9.2.1*** | -| `peregrine` | **14.2.1*** | -| `pwa-buildpack` | 11.4.3 | -| `pwa-theme-venia` | **2.4.0*** | -| `upward-js` | 5.3.2 | -| `upward-spec` | 5.2.1 | -| `venia-concept` | **14.0.0*** | -| `venia-ui` | **11.3.0*** | -| `magento2-pwa` | **0.7.2*** | -| `magento2-pwa-commerce` | **0.0.4*** | -| `magento-venia-sample-data-modules` | **0.0.5*** | -| `magento-venia-sample-data-modules-ee` | **0.0.4*** | -| `magento2-upward-connector` | **2.0.4*** | -| `upward-php` | **2.0.3*** | - -[4196]: https://github.com/magento/pwa-studio/pull/4196 -[4207]: https://github.com/magento/pwa-studio/pull/4207 -[4235]: https://github.com/magento/pwa-studio/pull/4235 -[4180]: https://github.com/magento/pwa-studio/pull/4180 -[4194]: https://github.com/magento/pwa-studio/pull/4194 -[4221]: https://github.com/magento/pwa-studio/pull/4221 -[48]: https://github.com/magento-commerce/magento2-pwa/pull/48 -[49]: https://github.com/magento-commerce/magento2-pwa/pull/49 -[4210]: https://github.com/magento/pwa-studio/pull/4210 -[22]: https://github.com/magento-commerce/magento2-upward-connector/pull/22 -[4229]: https://github.com/magento/pwa-studio/pull/4229 -[4231]: https://github.com/magento/pwa-studio/pull/4231 -[49]: https://github.com/magento-commerce/magento2-pwa/pull/49 -[28]: https://github.com/magento-commerce/venia-sample-data-modules/pull/28 -[4183]: https://github.com/magento/pwa-studio/pull/4183 -[4240]: https://github.com/magento/pwa-studio/pull/4240 -[4227]: https://github.com/magento/pwa-studio/pull/4227 +| `babel-preset-peregrine` | **1.3.3*** | +| `create-pwa` | 2.4.6 | +| `experience-platform-connector` | **1.0.7*** | +| `upward-security-headers` | **1.0.16*** | +| `venia-sample-backends` | **0.0.11*** | +| `venia-sample-eventing` | **0.0.8*** | +| `venia-sample-language-packs` | **0.0.16*** | +| `venia-sample-payments-checkmo` | **0.0.14*** | +| `pagebuilder` | **9.3.1*** | +| `peregrine` | **14.3.1*** | +| `pwa-buildpack` | **11.5.3*** | +| `pwa-theme-venia` | 2.4.0 | +| `upward-js` | **5.4.2*** | +| `upward-spec` | **5.3.1*** | +| `venia-concept` | **14.0.1*** | +| `venia-ui` | **11.4.0*** | +| `magento2-pwa` | 0.7.2 | +| `magento2-pwa-commerce` | 0.0.4 | +| `magento-venia-sample-data-modules` | 0.0.5 | +| `magento-venia-sample-data-modules-ee` | 0.0.4 | +| `magento2-upward-connector` | 2.0.4 | +| `upward-php` | 2.0.3 | + +[4283]: https://github.com/magento/pwa-studio/pull/4283 +[4279]: https://github.com/magento/pwa-studio/pull/4279 +[4269]: https://github.com/magento/pwa-studio/pull/4269 [PWA Studio releases]: https://github.com/magento/pwa-studio/releases diff --git a/magento-compatibility.js b/magento-compatibility.js index f48c38049b..4b4b7702c4 100644 --- a/magento-compatibility.js +++ b/magento-compatibility.js @@ -4,6 +4,7 @@ // PWA Studio version -> Magento version. module.exports = { + '14.0.1': '2.4.7-beta3', '14.0.0': '2.4.7-beta3', '13.3.0': '2.4.7-beta2', '13.2.0': '2.4.7-beta1',