Skip to content

Commit 850345d

Browse files
Merge pull request #4338 from magento/synch-release14.1.0
main synch with release 14.1.0 change.log md
2 parents cda1f94 + 30877b4 commit 850345d

File tree

2 files changed

+52
-28
lines changed

2 files changed

+52
-28
lines changed

CHANGELOG.md

Lines changed: 50 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,35 @@
1-
# PWA Studio Release 14.0.1
1+
# PWA Studio Release 14.1.0
22

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

77
## Highlights
88

9-
The 14.0.1 release of PWA Studio provides compatibility with PREX extension and Upgradation from node 14 to 18.
9+
The 14.1.0 release of PWA Studio provides compatibility with PREX extension and Upgradation from node 14 to 18.
1010

1111

1212
## Additional fixes
1313

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
14+
- Story: [4319][] — Get Minimum Password Length from configuration.
15+
- Story: [4314][] — Header location should set to correct endpoint in case of 301|302.
16+
- Bug: [4316][] — DevContainer > Node 14 to 18 LTS is updated in dev container
17+
- Bug: [4303][] — Props error on Checkout page
18+
- Bug: [4260][] — Change user time to logout
19+
- Bug: [4277][] — PDP breadcrumbs only show one level of product category
20+
- Bug: [4280][] — Login issue with PWA 14.0
21+
- Bug: [4273][] — PWA Store View Not Functioning for Taiwan Store View with Language Locale 'zh_Hant_TW'
22+
- Bug: [59][] — GraphQL with PWA Non-default Sortable attribute fails
23+
- Bug: [4300][] — Update magento-compatibility.js to indicate all dependencies and just not magento
24+
- Bug: [4309][] — Extending Peregrine Talons for Custom Applications
25+
- Bug: [4305][] — PWA Studio URL redirect not working
26+
- Bug: [4117][] — Update README.md with PWA Studio XD Kit
27+
- Bug: [4301][] — Language translating giving errors
1728

1829

19-
## 14.0.1 Lighthouse scores
30+
## 14.1.0 Lighthouse scores
2031

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.
32+
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.1.0 release of these pages on desktop and mobile devices.
2233

2334
### Desktop scores
2435

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

5061
## Upgrading from a previous version
5162

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

5566
[scaffolded project]: https://developer.adobe.com/commerce/pwa-studio/tutorials/
@@ -67,31 +78,43 @@ Your project may not depend on some packages listed in this table.
6778

6879
| Package | Latest version |
6980
|----------------------------------------|----------------|
70-
| `babel-preset-peregrine` | **1.3.3*** |
81+
| `babel-preset-peregrine` | 1.3.3 |
7182
| `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*** |
83+
| `experience-platform-connector` | **1.0.8*** |
84+
| `upward-security-headers` | **1.0.17*** |
85+
| `venia-sample-backends` | 0.0.11 |
86+
| `venia-sample-eventing` | **0.0.9*** |
87+
| `venia-sample-language-packs` | **0.0.17*** |
88+
| `venia-sample-payments-checkmo` | **0.0.15*** |
89+
| `pagebuilder` | **9.3.2*** |
90+
| `peregrine` | **14.4.1*** |
91+
| `pwa-buildpack` | 11.5.3 |
8192
| `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 |
93+
| `upward-js` | 5.4.2 |
94+
| `upward-spec` | 5.3.1 |
95+
| `venia-concept` | **14.1.0*** |
96+
| `venia-ui` | **11.5.0*** |
97+
| `magento2-pwa` | **0.8.2*** |
8798
| `magento2-pwa-commerce` | 0.0.4 |
8899
| `magento-venia-sample-data-modules` | 0.0.5 |
89100
| `magento-venia-sample-data-modules-ee` | 0.0.4 |
90101
| `magento2-upward-connector` | 2.0.4 |
91102
| `upward-php` | 2.0.3 |
92103

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
104+
[4319]: https://github.com/magento/pwa-studio/pull/4319
105+
[4314]: https://github.com/magento/pwa-studio/pull/4314
106+
[4316]: https://github.com/magento/pwa-studio/pull/4316
107+
[4303]: https://github.com/magento/pwa-studio/pull/4303
108+
[4260]: https://github.com/magento/pwa-studio/pull/4260
109+
[57]: https://github.com/magento-commerce/magento2-pwa/pull/57
110+
[4277]: https://github.com/magento/pwa-studio/pull/4277
111+
[4280]: https://github.com/magento/pwa-studio/pull/4280
112+
[4273]: https://github.com/magento/pwa-studio/pull/4273
113+
[59]: https://github.com/magento-commerce/magento2-pwa/pull/59
114+
[4300]: https://github.com/magento/pwa-studio/pull/4300
115+
[4309]: https://github.com/magento/pwa-studio/pull/4309
116+
[4305]: https://github.com/magento/pwa-studio/pull/4305
117+
[4117]: https://github.com/magento/pwa-studio/pull/4117
118+
[4301]: https://github.com/magento/pwa-studio/pull/4301
96119

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

magento-compatibility.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// PWA Studio version -> Magento version.
66
module.exports = {
7+
'14.1.0': '2.4.7-p2',
78
'14.0.1': '2.4.7-beta3',
89
'14.0.0': '2.4.7-beta3',
910
'13.3.0': '2.4.7-beta2',
@@ -40,7 +41,7 @@ var magentoVersion = '2.4.7-p1';
4041
// React version compatibility
4142
var reactVersion = '17.0.2';
4243

43-
// Fornt End dependencies
44+
// Front end dependencies
4445
var forntEndDependencies = {
4546
'@magento/babel-preset-peregrine': '1.3.3',
4647
'@magento/create-pwa': '2.4.6',

0 commit comments

Comments
 (0)