@salesforce/retail-react-app 10.2.0-preview.0 → 10.2.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 +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## v10.2.0
|
|
1
|
+
## v10.2.0 (Aug 12, 2026)
|
|
2
2
|
- [Bugfix] Fix the Data Cloud recommender catalog event field name: `personalizationContextId` → `personalizationContentId`. The official `@salesforce/cc-datacloud-typescript` SDK type and Salesforce docs both define `personalizationContentId` (Content); the `Context` spelling did not match, so the recommender UUID (`__recoUUID`) was sent under a key Data Cloud does not recognize and is expected to be dropped on ingest.
|
|
3
3
|
- [Feature] Add `cc_showFab` for the Commerce Client shopper-agent widget: when `'true'`, renders a floating action button at `cc_widgetPosition` that opens the agent panel and hides while it is open. Defaults to `'false'`.
|
|
4
4
|
- [Bugfix] Honor `cc_dialogFullHeight: 'false'`, which was previously dropped from the widget options so the bundle's full-height default always won.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "10.2.0
|
|
3
|
+
"version": "10.2.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.4.0
|
|
50
|
-
"@salesforce/pwa-kit-dev": "3.20.0
|
|
51
|
-
"@salesforce/pwa-kit-react-sdk": "3.20.0
|
|
52
|
-
"@salesforce/pwa-kit-runtime": "3.20.0
|
|
49
|
+
"@salesforce/commerce-sdk-react": "5.4.0",
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.20.0",
|
|
51
|
+
"@salesforce/pwa-kit-react-sdk": "3.20.0",
|
|
52
|
+
"@salesforce/pwa-kit-runtime": "3.20.0",
|
|
53
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",
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"maxSize": "400 kB"
|
|
115
115
|
}
|
|
116
116
|
],
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "bb0a49284fed371ae582ced1268991a843f33be4"
|
|
118
118
|
}
|