You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_This changelog only contains release notes for PWA Studio and Venia 14.3.1_
4
+
_This changelog only contains release notes for PWA Studio and Venia 14.4.0_
5
5
_For older release notes, see_[PWA Studio releases][].
6
6
7
7
## Highlights
8
8
9
-
The 14.3.1 release of PWA Studio provides newly built package PWA Live Search
10
-
9
+
The 14.4.0 release of PWA Studio provides multiple bug fixes and improvements to the cart functionality.
11
10
12
11
## Additional fixes
13
12
14
-
- Story: [4524][] — Live search is built
15
-
16
-
17
-
18
-
## 14.3.1 Lighthouse scores
19
-
20
-
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.3.1 release of these pages on desktop and mobile devices.
21
-
13
+
- Story:[4545][] — The Add to Cart button has been enhanced
14
+
- Bug:[4562][] — The wishlist pagination issue preventing more than 2 pages from displaying has been resolved
15
+
- Bug:[4548][] — The CSP nonce error for inline scripts has been resolved
16
+
- Bug:[4541][] — Videos now render properly on the frontend.
17
+
- Bug:[310][] — Corrected typos and grammatical errors in all PWA developer documentation.
18
+
- Bug:[4505][] — Fixed the Select component to use Peregrine's useInformedFieldStateWrapper.
19
+
- Bug:[4469][] — Fixed a Yarn invariant violation caused by packages/pagebuilder requesting a different version of react-tabs.
20
+
- Bug:[4540][] — Fixed an issue where the cart became empty when updating configurable products.
21
+
- Bug:[4542][] — Fixed wishlist pagination issue.
22
+
- Bug:[4535][] — Removed package-lock.json.
23
+
- Bug:[4549][] — Resolved the upwardPath not found error.
24
+
- Bug:[4543][] — Resolved an infinite loop query in GetWishlistItemsForLocalField.
@@ -45,11 +55,15 @@ With each new release of PWA Studio, we perform Lighthouse audits of four Venia
45
55
46
56
## Known issue
47
57
48
-
When a user logs out, that user's local storage session persists. As a result, the cart ID from the logged out user is retrieved and given to the _guest user_ on the computer. This causes the following error when the guest user tries to check out: `An error has occurred. Please check the input and try again.` To resolve this issue, try disabling graphql session sharing as described in the GraphQL documentation on session cookies here: https://devdocs.magento.com/guides/v2.4/graphql/authorization-tokens.html#session-cookies.
58
+
When a user logs out, that user's local storage session persists. As a result, the cart ID from the logged-out user is retrieved and assigned to the guest user on the same computer.
59
+
This causes the following error when the guest user tries to check out:
60
+
An error has occurred. Please check the input and try again.
61
+
62
+
To resolve this issue, try disabling graphql session sharing as described in the GraphQL documentation on session cookies here: https://devdocs.magento.com/guides/v2.4/graphql/authorization-tokens.html#session-cookies.
49
63
50
64
## Upgrading from a previous version
51
65
52
-
Use the steps outlined in this section to update your [scaffolded project][] from 14.3.0 to 14.3.1
66
+
Use the steps outlined in this section to update your [scaffolded project][] from 14.3.1 to 14.4.0
53
67
See [Upgrading versions][] for more information about upgrading between PWA Studio versions.
@@ -58,33 +72,33 @@ See [Upgrading versions][] for more information about upgrading between PWA Stud
58
72
### Updated package dependencies
59
73
60
74
Open your `package.json` file and update the PWA Studio package dependencies to the versions associated with this release.
61
-
The following table lists the latest versions of each package as of 14.3.1. The **bolded** versions with an asterisk (*) are the packages that were updated from PWA Studio 14.3.0.
75
+
The following table lists the latest versions of each package as of 14.4.0. The **bolded** versions with an asterisk (*) are the packages that were updated from PWA Studio 14.3.1.
62
76
63
77
**NOTE:**
64
78
Your project may not depend on some packages listed in this table.
0 commit comments