@letscooee/web-sdk 8.6.2 → 8.7.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 CHANGED
@@ -1,6 +1,19 @@
1
1
  # Change Log
2
2
 
3
- ## 8.6.1 (12/24/2024)
3
+ ## 8.7.0 (12/27/2024)
4
+
5
+ 1. refactor: Remove backward compatible code of CTA in widgets.
6
+ 2. refactor: Remove backward compatible code of IXDB storage.
7
+ 3. feat: Intercept graphql request to add cart attributes.
8
+ 4. chore: Update `isbot` package.
9
+ 5. feat: Use Storefront API for discount.
10
+
11
+ | File | Before (v8.6.0) | Now |
12
+ |----------------------|-----------------|--------|
13
+ | `sdk.min.js` | 491 KB | 492 KB |
14
+ | `shopify-sdk.min.js` | 500 KB | 504 KB |
15
+
16
+ ## 8.6.2 (12/24/2024)
4
17
 
5
18
  1. fix: Set container ID correctly.
6
19