@salesforce/retail-react-app 10.0.0-preview.2 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -4
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,7 +1,10 @@
1
- ## v10.0.0-preview.1 (May 04, 2026)
2
- ## v9.2.0-preview.0 (May 01, 2026)
3
- - Update MRT Data Store configuration comments to use new environment variable names (`MRT_DATA_STORE_DEFAULTS` instead of `PWAKIT_MRT_DATA_STORE_DEFAULTS`). Local data store now provided by `@salesforce/mrt-utilities` via conditional exports. [#3811](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3811)
4
- - Add opt-in `app.mrtDataStore.enabled` to `config/default.js` (default `false`). Set to `true` or use `PWAKIT_MRT_DATA_STORE_ENABLED=true` to resolve MRT Data Store custom preferences during SSR. Local defaults without DynamoDB: `PWAKIT_MRT_DATA_STORE_DEFAULTS` and related env vars (see `config/default.js` comments). [#3787](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3787)
1
+ ## v10.0.1 (May 21, 2026)
2
+ - Upgrade @salesforce/storefront-next-runtime to 0.4.2 [#3839](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3839)
3
+ - [Bugfix] Pin `@formatjs/cli` to 6.9.0 to fix pseudo-locale compilation in generated projects [#3842](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3842)
4
+
5
+ ## v10.0.0 (May 07, 2026)
6
+ - Update MRT Data Store configuration comments and README to use the unprefixed environment variable names actually consumed by `@salesforce/mrt-utilities` (`MRT_DATA_STORE_DEFAULTS`, `MRT_DATA_STORE_WARN_ON_MISSING`). [#3811](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3811) [#3823](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3823)
7
+ - Add opt-in `app.mrtDataStore.enabled` to `config/default.js` (default `false`). Set to `true` or use `PWAKIT_MRT_DATA_STORE_ENABLED=true` to resolve MRT Data Store custom preferences during SSR. Local defaults without DynamoDB: `MRT_DATA_STORE_DEFAULTS` (see `config/default.js` comments). [#3787](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3787)
5
8
  - Allow auth related cookies domain to be set via config [#3782](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3782)
6
9
  - [Bugfix] Fix per-page express checkout toggles using `expressOnCheckoutPagesEnabled` from Shopper Configurations API. Express payment buttons on PDP, minicart, cart, and checkout can now be individually controlled via Business Manager. [#3775](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3775)
7
10
  - [Bugfix] Fix alert description text styling on subscribe form to not override default alert styles [#3780](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3780)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/retail-react-app",
3
- "version": "10.0.0-preview.2",
3
+ "version": "10.0.1",
4
4
  "license": "See license in LICENSE",
5
5
  "author": "cc-pwa-kit@salesforce.com",
6
6
  "ccExtensibility": {
@@ -41,16 +41,16 @@
41
41
  "@chakra-ui/system": "^2.5.6",
42
42
  "@emotion/react": "^11.10.6",
43
43
  "@emotion/styled": "^11.10.6",
44
- "@formatjs/cli": "^6.0.4",
44
+ "@formatjs/cli": "6.9.0",
45
45
  "@lhci/cli": "^0.11.0",
46
46
  "@loadable/component": "^5.15.3",
47
47
  "@peculiar/webcrypto": "^1.4.2",
48
48
  "@salesforce/cc-datacloud-typescript": "1.1.2",
49
- "@salesforce/commerce-sdk-react": "5.2.0-preview.2",
50
- "@salesforce/pwa-kit-dev": "3.18.0-preview.2",
51
- "@salesforce/pwa-kit-react-sdk": "3.18.0-preview.2",
52
- "@salesforce/pwa-kit-runtime": "3.18.0-preview.2",
53
- "@salesforce/storefront-next-runtime": "0.1.1",
49
+ "@salesforce/commerce-sdk-react": "5.2.1",
50
+ "@salesforce/pwa-kit-dev": "3.18.1",
51
+ "@salesforce/pwa-kit-react-sdk": "3.18.1",
52
+ "@salesforce/pwa-kit-runtime": "3.18.1",
53
+ "@salesforce/storefront-next-runtime": "0.4.2",
54
54
  "@tanstack/react-query": "^4.28.0",
55
55
  "@tanstack/react-query-devtools": "^4.29.1",
56
56
  "@testing-library/dom": "^9.0.1",
@@ -96,7 +96,8 @@
96
96
  },
97
97
  "@salesforce/storefront-next-runtime": {
98
98
  "react": "^18.2.0",
99
- "react-dom": "^18.2.0"
99
+ "react-dom": "^18.2.0",
100
+ "react-router": "^5.3.4"
100
101
  }
101
102
  },
102
103
  "engines": {
@@ -113,5 +114,5 @@
113
114
  "maxSize": "395 kB"
114
115
  }
115
116
  ],
116
- "gitHead": "453ec7cb09081ee0e678fc2402acefa6d5e39449"
117
+ "gitHead": "e73955a722108676d4c60886f0bee820243eec40"
117
118
  }