@letscooee/web-sdk 1.2.6 → 1.3.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 +10 -0
- package/dist/sdk-preview.min.js +1 -1
- package/dist/sdk.min.js +1 -1
- package/dist/shopify-sdk.min.js +2 -0
- package/dist/shopify-sdk.min.js.LICENSE.txt +22 -0
- package/package.json +10 -4
- package/webpack-shopify.config.js +11 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
1. Feat: Move entire Shopify SDK in this repository.
|
|
6
|
+
2. Fix: Add to cart & remove from cart events.
|
|
7
|
+
3. Feat: Send background event only when user was active.
|
|
8
|
+
|
|
9
|
+
## 1.2.7
|
|
10
|
+
|
|
11
|
+
1. Fix: Use correct backend url.
|
|
12
|
+
|
|
3
13
|
## 1.2.6
|
|
4
14
|
|
|
5
15
|
1. Feat: Track shopify cart token on view item and view cart event as well.
|