@letscooee/web-sdk 3.3.0 → 3.4.1
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.4.1 (03/20/2024)
|
|
4
|
+
|
|
5
|
+
1. Fix: Load widget even if SDK is loaded.
|
|
6
|
+
2. Fix: Send `loadWidget` call irrespective any campaign block id is found.
|
|
7
|
+
|
|
8
|
+
## 3.4.0 (03/14/2024)
|
|
9
|
+
|
|
10
|
+
1. Feat: Introduce Announcement Bar with Timer.
|
|
11
|
+
|
|
3
12
|
## 3.3.0 (03/13/2024)
|
|
4
13
|
|
|
5
14
|
1. Feat: Introduce product image in variant selection popup.
|