@letscooee/web-sdk 3.5.10 → 3.5.12
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 +11 -2
- 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,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.5.12 (04/19/2024)
|
|
4
|
+
|
|
5
|
+
1. Feat: Track `View Cart` event on cart drawer with configuration.
|
|
6
|
+
|
|
7
|
+
## 3.5.11 (04/17/2024)
|
|
8
|
+
|
|
9
|
+
1. Feat: Send campaign `contentType`, `type` & `shortID` with event.
|
|
10
|
+
2. Refactor: Use `GO_TO_COLLECTION` CTA.
|
|
11
|
+
3. Refactor: User shopify root while redirecting to product.
|
|
12
|
+
|
|
3
13
|
## 3.5.10 (04/11/2024)
|
|
4
14
|
|
|
5
15
|
1. Refactor: Use flex to align checkbox correctly.
|
|
@@ -13,7 +23,7 @@
|
|
|
13
23
|
|
|
14
24
|
## 3.5.8 (04/08/2024)
|
|
15
25
|
|
|
16
|
-
1. Fix: Popup not getting displayed due to discount.
|
|
26
|
+
1. Fix: Popup not getting displayed due to discount.
|
|
17
27
|
|
|
18
28
|
## 3.5.7 (04/06/2024)
|
|
19
29
|
|
|
@@ -65,7 +75,6 @@
|
|
|
65
75
|
1. Feat: Introduce product image in variant selection popup.
|
|
66
76
|
2. Refactor: Use preact to render widgets.
|
|
67
77
|
|
|
68
|
-
|
|
69
78
|
## 3.2.0 (03/08/2024)
|
|
70
79
|
|
|
71
80
|
1. Feat: Introduce variant selection in popup.
|