@letscooee/web-sdk 8.8.9 → 8.8.10
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 +13 -4
- package/dist/sdk.min.js +1 -1
- package/dist/shopify-sdk.min.js +1 -1
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.8.10 (01/24/2025)
|
|
4
|
+
|
|
5
|
+
1. Feat: New approach to preview popups or widgets without Chrome extension.
|
|
6
|
+
|
|
7
|
+
| File | Now |
|
|
8
|
+
|----------------------|--------|
|
|
9
|
+
| `sdk.min.js` | 499 KB |
|
|
10
|
+
| `shopify-sdk.min.js` | 622 KB |
|
|
11
|
+
|
|
3
12
|
## 8.8.9 (01/24/2025)
|
|
4
13
|
|
|
5
14
|
1. fix: Fix render delay in widget.
|
|
6
15
|
2. fix: Fix preview library issue.
|
|
7
16
|
|
|
8
|
-
| File |
|
|
9
|
-
|
|
10
|
-
| `sdk.min.js` |
|
|
11
|
-
| `shopify-sdk.min.js` |
|
|
17
|
+
| File | Now |
|
|
18
|
+
|----------------------|--------|
|
|
19
|
+
| `sdk.min.js` | 499 KB |
|
|
20
|
+
| `shopify-sdk.min.js` | 511 KB |
|
|
12
21
|
|
|
13
22
|
## 8.8.8 (01/23/2025)
|
|
14
23
|
|