@letscooee/web-sdk 5.3.1 → 6.0.0

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