@salesforce/pwa-kit-react-sdk 3.0.0-preview.4 → 3.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 +6 -5
- package/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
## v3.0.0
|
|
2
|
-
## v3.0.0-preview.3 (Jun 13, 2023)
|
|
3
|
-
## v3.0.0-dev (May 12, 2023)
|
|
4
|
-
|
|
5
|
-
- Remove usage of `device-context` due to deprecation of user agent string. [#1168](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1168)
|
|
1
|
+
## v3.0.0 (Jun 15, 2023)
|
|
6
2
|
|
|
3
|
+
- Package name changed to `@salesforce/pwa-kit-react-sdk`
|
|
7
4
|
- Remove usage of `device-context` due to deprecation of user agent string. [#1168](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1168)
|
|
8
5
|
- Upgrade React 18, React DOM 18, Remove Enzyme, add Testing library 14 [#1166](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1166)
|
|
9
6
|
|
|
7
|
+
## Older Versions Without Namespace
|
|
8
|
+
|
|
9
|
+
The older versions below were published without the `@salesforce` namespace.
|
|
10
|
+
|
|
10
11
|
## v2.7.1 (May 11, 2023)
|
|
11
12
|
|
|
12
13
|
- Fix `multi-value` params being lost [#1150](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1150)
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# The Progressive Web App (PWA) Kit SDK
|
|
2
2
|
|
|
3
|
-
[](https://nodei.co/npm/pwa-kit-react-sdk/) [](https://github.com/SalesforceCommerceCloud/pwa-kit/actions/workflows/test.yml)
|
|
3
|
+
[](https://nodei.co/npm/@salesforce/pwa-kit-react-sdk/) [](https://github.com/SalesforceCommerceCloud/pwa-kit/actions/workflows/test.yml)
|
|
4
4
|
|
|
5
5
|
A library of components and utilities that supports the rendering pipeline for the Progressive Web App (PWA) Kit from Salesforce.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/pwa-kit-react-sdk",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "A library that supports the isomorphic React rendering pipeline for Commerce Cloud Managed Runtime apps",
|
|
5
5
|
"homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/pwa-kit-react-sdk#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@loadable/babel-plugin": "^5.15.3",
|
|
37
37
|
"@loadable/server": "^5.15.3",
|
|
38
38
|
"@loadable/webpack-plugin": "^5.15.2",
|
|
39
|
-
"@salesforce/pwa-kit-runtime": "3.0.0
|
|
39
|
+
"@salesforce/pwa-kit-runtime": "3.0.0",
|
|
40
40
|
"@tanstack/react-query": "^4.28.0",
|
|
41
41
|
"cross-env": "^5.2.1",
|
|
42
42
|
"event-emitter": "^0.3.5",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@loadable/component": "^5.15.3",
|
|
52
|
-
"@salesforce/pwa-kit-dev": "3.0.0
|
|
52
|
+
"@salesforce/pwa-kit-dev": "3.0.0",
|
|
53
53
|
"@testing-library/jest-dom": "^5.16.5",
|
|
54
54
|
"@testing-library/react": "^14.0.0",
|
|
55
55
|
"@testing-library/user-event": "^14.4.3",
|
|
56
|
-
"internal-lib-build": "3.0.0
|
|
56
|
+
"internal-lib-build": "3.0.0",
|
|
57
57
|
"node-html-parser": "^3.3.6",
|
|
58
58
|
"nodemon": "^2.0.22",
|
|
59
59
|
"react": "^18.2.0",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"directory": "dist"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "d48df913cc9b8b3a30c56593caea31c9f33f361c"
|
|
82
82
|
}
|