@letscooee/web-sdk 2.5.0 → 2.5.2
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 +7 -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,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.5.2
|
|
4
|
+
1. Refactor: Send cart amount with token.
|
|
5
|
+
|
|
6
|
+
## 2.5.1
|
|
7
|
+
1. Feat: Cache campaign images before rendering it.
|
|
8
|
+
2. Fix: Fix preview loading due to cart checking.
|
|
9
|
+
|
|
3
10
|
## 2.5.0
|
|
4
11
|
1. Feat: Start tracking of cart with every event.
|
|
5
12
|
2. Feat: Introduce Open cart CTA.
|