@letscooee/web-sdk 6.1.20 → 6.1.22

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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.1.22
4
+
5
+ 1. Fix: Default to item image when variant image not present.
6
+
7
+ ### Asset size changes
8
+
9
+ | File | Before | Now |
10
+ |----------------------|--------|--------|
11
+ | `sdk.min.js` | 447 KB | 447 KB |
12
+ | `shopify-sdk.min.js` | 455 KB | 456 KB |
13
+
14
+ ## 6.1.21
15
+
16
+ 1. Fix: Upgrade `isbot` library.
17
+ 2. Fix: Track various errors.
18
+
19
+ ### Asset size changes
20
+
21
+ | File | Before | Now |
22
+ |----------------------|--------|--------|
23
+ | `sdk.min.js` | 446 KB | 447 KB |
24
+ | `shopify-sdk.min.js` | 455 KB | 455 KB |
25
+
3
26
  ## 6.1.20
4
27
 
5
28
  1. Fix: Use a library to detect the bots to be in sync.