@letscooee/web-sdk 5.3.2 → 6.0.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 +15 -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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.0.1 (07/02/2024)
|
|
4
|
+
|
|
5
|
+
1. Fix: Update product variable only if product[item] present.
|
|
6
|
+
|
|
7
|
+
## 6.0.0 (07/02/2024)
|
|
8
|
+
|
|
9
|
+
1. Feat: Internationalization for popup
|
|
10
|
+
2. Feat: Add private properties in cart items for marking
|
|
11
|
+
3. Feat: Do not add `?from=cooee` in `/cart/add`.
|
|
12
|
+
4. Feat Handle `jsLoad` time send with first event
|
|
13
|
+
5. Feat: Use `/cart/add.js` instead of `/cart/add`
|
|
14
|
+
6. Refactor: Navigate user WRT `redirectBehaviour`
|
|
15
|
+
7. Refactor: Apply coupon in popup as well
|
|
16
|
+
8. Fix: Use `applyDiscount` from ClickAction
|
|
17
|
+
|
|
3
18
|
## 5.3.2 (06/26/2024)
|
|
4
19
|
|
|
5
20
|
1. Feat: Set `screenName` as **product** when PDP starts with **collections**.
|