@salesforce/retail-react-app 9.0.0-preview.2 → 9.0.0
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.
- package/CHANGELOG.md +3 -6
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
## v9.0.0
|
|
2
|
-
- [Bugfix] 1CC Bug Fixes [#3638](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3638)
|
|
3
|
-
|
|
4
|
-
## v9.0.0-preview.0 (Feb 06, 2026)
|
|
1
|
+
## v9.0.0 (Feb 12, 2026)
|
|
5
2
|
- [Feature] One Click Checkout (in Developer Preview) [#3552](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3552)
|
|
6
3
|
- [Feature] Add `fuzzyPathMatching` to reduce computational overhead of route generation at time of application load [#3530](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3530)
|
|
7
4
|
- [Bugfix] Fix Passwordless Login landingPath, Reset Password landingPath, and Social Login redirectUri value in config not being used [#3560](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3560)
|
|
@@ -9,8 +6,8 @@
|
|
|
9
6
|
- Integrate Order Details page to display orders data from OMS [#3573](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3573)
|
|
10
7
|
- Integrate Order History page to display data from OMS [#3581](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3581)
|
|
11
8
|
- Add shipping display support for OMS [#3588](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3588)
|
|
12
|
-
- BOPIS multishipment with OMS [#3613]
|
|
13
|
-
- Default to ECOM shipments in case OMS has no shipments [#3639]
|
|
9
|
+
- BOPIS multishipment with OMS [#3613](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3613)
|
|
10
|
+
- Default to ECOM shipments in case OMS has no shipments [#3639](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3639)
|
|
14
11
|
- [Feature] Update passwordless login and password reset to use email mode by default. The mode can now be configured across the login page, auth modal, and checkout page [#3525](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3525)
|
|
15
12
|
- Update "Continue Securely" button text to "Continue" for passwordless login [#3556](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3556)
|
|
16
13
|
- Util function for passwordless callback URI [#3630](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3630)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "9.0.0
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"license": "See license in LICENSE",
|
|
5
5
|
"author": "cc-pwa-kit@salesforce.com",
|
|
6
6
|
"ccExtensibility": {
|
|
@@ -46,10 +46,10 @@
|
|
|
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.0.0
|
|
50
|
-
"@salesforce/pwa-kit-dev": "3.16.0
|
|
51
|
-
"@salesforce/pwa-kit-react-sdk": "3.16.0
|
|
52
|
-
"@salesforce/pwa-kit-runtime": "3.16.0
|
|
49
|
+
"@salesforce/commerce-sdk-react": "5.0.0",
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.16.0",
|
|
51
|
+
"@salesforce/pwa-kit-react-sdk": "3.16.0",
|
|
52
|
+
"@salesforce/pwa-kit-runtime": "3.16.0",
|
|
53
53
|
"@tanstack/react-query": "^4.28.0",
|
|
54
54
|
"@tanstack/react-query-devtools": "^4.29.1",
|
|
55
55
|
"@testing-library/dom": "^9.0.1",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"maxSize": "366 kB"
|
|
109
109
|
}
|
|
110
110
|
],
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "6c5fadd745fbd4f666d0887f45d01719e86b3ead"
|
|
112
112
|
}
|