@letscooee/web-sdk 8.3.8 → 8.4.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 +18 -0
- 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,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.4.1 (11/07/2024)
|
|
4
|
+
|
|
5
|
+
1. feat: Render cart widget on cart page.
|
|
6
|
+
|
|
7
|
+
| File | Before (v8.4.0) | Now |
|
|
8
|
+
|----------------------|-----------------|--------|
|
|
9
|
+
| `sdk.min.js` | 467 KB | 475 KB |
|
|
10
|
+
| `shopify-sdk.min.js` | 475 KB | 484 KB |
|
|
11
|
+
|
|
12
|
+
## 8.4.0 (10/29/2024)
|
|
13
|
+
|
|
14
|
+
1. feat: Image carousal in announcement bar.
|
|
15
|
+
|
|
16
|
+
| File | Before (v8.3.8) | Now |
|
|
17
|
+
|----------------------|-----------------|--------|
|
|
18
|
+
| `sdk.min.js` | 467 KB | 475 KB |
|
|
19
|
+
| `shopify-sdk.min.js` | 475 KB | 484 KB |
|
|
20
|
+
|
|
3
21
|
## 8.3.8 (10/28/2024)
|
|
4
22
|
|
|
5
23
|
1. fix: Enable `noLinks` inside every flexbox of product.
|