@letscooee/web-sdk 8.5.2 → 8.5.4

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,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.5.4 (11/25/2024)
4
+
5
+ 1. feat: Apply static code for bundle discount.
6
+
7
+ | File | Before (v8.5.3) | Now |
8
+ |----------------------|-----------------|--------|
9
+ | `sdk.min.js` | 483 KB | 483 KB |
10
+ | `shopify-sdk.min.js` | 492 KB | 492 KB |
11
+
12
+ ## 8.5.3 (11/21/2024)
13
+
14
+ 1. Feat: Introduce position A/B testing
15
+ 2. Feat: Add url search and hash to redirect URL
16
+ 3. Refactor: Apply discount on all promoted items for product widget
17
+ 4. Refactor: Increase debounce time to 300ms before re-rendering cart widgets.
18
+
19
+ | File | Before (v8.5.2) | Now |
20
+ |----------------------|-----------------|--------|
21
+ | `sdk.min.js` | 482 KB | 483 KB |
22
+ | `shopify-sdk.min.js` | 491 KB | 492 KB |
23
+
3
24
  ## 8.5.2 (11/20/2024)
4
25
 
5
26
  1. Feat: GoKwik basic integration.