@letscooee/web-sdk 2.5.2 → 2.5.4
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 +12 -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,17 +1,29 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.5.4
|
|
4
|
+
|
|
5
|
+
1. Feat: Track goKwik user identifier api and create user.
|
|
6
|
+
|
|
7
|
+
## 2.5.3
|
|
8
|
+
|
|
9
|
+
1. Feat: Track GoKwik orders.
|
|
10
|
+
|
|
3
11
|
## 2.5.2
|
|
12
|
+
|
|
4
13
|
1. Refactor: Send cart amount with token.
|
|
5
14
|
|
|
6
15
|
## 2.5.1
|
|
16
|
+
|
|
7
17
|
1. Feat: Cache campaign images before rendering it.
|
|
8
18
|
2. Fix: Fix preview loading due to cart checking.
|
|
9
19
|
|
|
10
20
|
## 2.5.0
|
|
21
|
+
|
|
11
22
|
1. Feat: Start tracking of cart with every event.
|
|
12
23
|
2. Feat: Introduce Open cart CTA.
|
|
13
24
|
|
|
14
25
|
## 2.4.1
|
|
26
|
+
|
|
15
27
|
1. Feat: Track date time as `firstSeen` when SDK first run on system.
|
|
16
28
|
2. Fix: Create new session if its ideal for 30 minutes.
|
|
17
29
|
|