@letscooee/web-sdk 8.8.13 → 8.8.15
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 +19 -0
- package/dist/sdk.min.js +1 -1
- package/dist/shopify-sdk.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.8.15 (2/6/2025)
|
|
4
|
+
|
|
5
|
+
1. feat: Introduce Shoppable videos.
|
|
6
|
+
|
|
7
|
+
| File | Now |
|
|
8
|
+
|----------------------|--------|
|
|
9
|
+
| `sdk.min.js` | 511 KB |
|
|
10
|
+
| `shopify-sdk.min.js` | 523 KB |
|
|
11
|
+
|
|
12
|
+
## 8.8.14 (2/5/2025)
|
|
13
|
+
|
|
14
|
+
1. Refactor: Remove subscription widget when product got removed from cart.
|
|
15
|
+
2. Fix: Do not make fist subscription default when any subscription is selected.
|
|
16
|
+
|
|
17
|
+
| File | Now |
|
|
18
|
+
|----------------------|--------|
|
|
19
|
+
| `sdk.min.js` | 505 KB |
|
|
20
|
+
| `shopify-sdk.min.js` | 517 KB |
|
|
21
|
+
|
|
3
22
|
## 8.8.13 (1/30/2025)
|
|
4
23
|
|
|
5
24
|
1. Refactor: Remove subscription widget when subscribed
|