@letscooee/web-sdk 8.4.1 → 8.4.3

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,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.4.3 (11/08/2024)
4
+
5
+ 1. feat: Implement pseudo product quantity.
6
+
7
+ | File | Before (v8.4.2) | Now |
8
+ |----------------------|-----------------|--------|
9
+ | `sdk.min.js` | 475 KB | 477 KB |
10
+ | `shopify-sdk.min.js` | 484 KB | 486 KB |
11
+
12
+ ## 8.4.2 (11/08/2024)
13
+
14
+ 1. fix: Prevent cart drawer open check for cart widgets.
15
+
16
+ | File | Before (v8.4.1) | Now |
17
+ |----------------------|-----------------|--------|
18
+ | `sdk.min.js` | 475 KB | 475 KB |
19
+ | `shopify-sdk.min.js` | 484 KB | 484 KB |
20
+
3
21
  ## 8.4.1 (11/07/2024)
4
22
 
5
23
  1. feat: Render cart widget on cart page.