@letscooee/web-sdk 8.8.0 → 8.8.1
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 -2
- 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,5 +1,9 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.8.1 (01/10/2025)
|
|
4
|
+
|
|
5
|
+
1. feat: Ability to change subscription plan and allow to change to one time purchase.
|
|
6
|
+
|
|
3
7
|
## 8.8.0 (01/08/2025)
|
|
4
8
|
|
|
5
9
|
1. feat: Ad data in session and event.
|
|
@@ -34,7 +38,7 @@
|
|
|
34
38
|
|
|
35
39
|
## 8.7.2 (12/31/2024)
|
|
36
40
|
|
|
37
|
-
1. refactor: Reinitialise CartDrawer when app config updates.
|
|
41
|
+
1. refactor: Reinitialise CartDrawer when app config updates.
|
|
38
42
|
|
|
39
43
|
## 8.7.1 (12/30/2024)
|
|
40
44
|
|
|
@@ -46,7 +50,7 @@
|
|
|
46
50
|
2. refactor: Remove backward compatible code of IXDB storage.
|
|
47
51
|
3. feat: Intercept graphql request to add cart attributes.
|
|
48
52
|
4. chore: Update `isbot` package.
|
|
49
|
-
5. feat: Use Storefront API for discount.
|
|
53
|
+
5. feat: Use Storefront API for discount.
|
|
50
54
|
|
|
51
55
|
| File | Before (v8.6.0) | Now |
|
|
52
56
|
|----------------------|-----------------|--------|
|