@letscooee/web-sdk 1.3.5 → 1.4.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 +9 -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/karma.conf.js +7 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
1. Feat: Break down `CE Trigger Closed` to `CE Trigger Clicked` as well.
|
|
6
|
+
2. Feat: Internal feature to show live preview.
|
|
7
|
+
|
|
8
|
+
## 1.3.6
|
|
9
|
+
|
|
10
|
+
1. Fix: Use include method to check is url is cart related.
|
|
11
|
+
|
|
3
12
|
## 1.3.5
|
|
4
13
|
|
|
5
14
|
1. Fix `Add To Cart` CTA for Shopify.
|