@letscooee/web-sdk 8.6.0 → 8.6.2
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 -5
- package/dist/sdk-preview.min.js +1 -1
- package/dist/sdk.min.js +1 -1
- package/dist/shopify-sdk.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 8.6.
|
|
3
|
+
## 8.6.1 (12/24/2024)
|
|
4
4
|
|
|
5
|
-
1.
|
|
5
|
+
1. fix: Set container ID correctly.
|
|
6
6
|
|
|
7
|
-
## 8.
|
|
7
|
+
## 8.6.1 (12/24/2024)
|
|
8
8
|
|
|
9
|
-
1. feat:
|
|
9
|
+
1. feat: Add navigator UA and webdriver to device props.
|
|
10
|
+
|
|
11
|
+
## 8.6.0 (12/23/2024)
|
|
10
12
|
|
|
11
|
-
|
|
13
|
+
1. feat: Introduce subscription upselling in cart drawer
|
|
14
|
+
|
|
15
|
+
| File | Before (v8.5.10) | Now |
|
|
12
16
|
|----------------------|------------------|--------|
|
|
13
17
|
| `sdk.min.js` | 484 KB | 491 KB |
|
|
14
18
|
| `shopify-sdk.min.js` | 493 KB | 500 KB |
|
|
15
19
|
|
|
20
|
+
## 8.5.12 (12/23/2024)
|
|
21
|
+
|
|
22
|
+
1. feat: Introduce `product.category` magic variable.
|
|
23
|
+
|
|
16
24
|
## 8.5.11 (12/19/2024)
|
|
17
25
|
|
|
18
26
|
1. feat: Fix XML request method.
|