@letscooee/web-sdk 8.9.3 → 8.9.5
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 +21 -0
- package/dist/sdk.min.js +1 -1
- package/dist/shopify-sdk.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.9.5 (2/17/2025)
|
|
4
|
+
|
|
5
|
+
1. feat: Implement BYOB campaign.
|
|
6
|
+
2. fix: ESModule error in the built SDK.
|
|
7
|
+
|
|
8
|
+
| File | Now |
|
|
9
|
+
|----------------------|--------|
|
|
10
|
+
| `sdk.min.js` | 524 KB |
|
|
11
|
+
| `shopify-sdk.min.js` | 537 KB |
|
|
12
|
+
|
|
13
|
+
## 8.9.4 (2/14/2025)
|
|
14
|
+
|
|
15
|
+
1. feat: Inject app's common CSS in shadow DOM.
|
|
16
|
+
2. refactor: Store preview details in runtime.
|
|
17
|
+
3. refactor: Remove 30% visibility criteria for split test.
|
|
18
|
+
|
|
19
|
+
| File | Now |
|
|
20
|
+
|----------------------|--------|
|
|
21
|
+
| `sdk.min.js` | 520 KB |
|
|
22
|
+
| `shopify-sdk.min.js` | 533 KB |
|
|
23
|
+
|
|
3
24
|
## 8.9.3 (2/14/2025)
|
|
4
25
|
|
|
5
26
|
1. fix: Fix FBT discount variable getting reset on cart update
|