@letscooee/web-sdk 8.8.6 → 8.8.7

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,6 +1,20 @@
1
1
  # Change Log
2
2
 
3
- ## 8.8.5 (01/14/2025)
3
+ ## 8.8.7 (01/22/2025)
4
+
5
+ 1. feat: Skip subscribed products WRT skipSubscribedItems.
6
+ 2. refactor: Optimise retrySelector logic for better readability, performance and memory utilisation
7
+ 3. refactor: Make campaign position relative by default
8
+ 4. fix: Use exponential backoff instead of fixed delays in element finding
9
+ 5. fix: Prevent double addition of preview badge
10
+ 6. fix: Use :after pseudo selector for rendering preview border
11
+
12
+ | File | Before (v8.8.0) | Now |
13
+ |----------------------|-----------------|--------|
14
+ | `sdk.min.js` | 493 KB | 498 KB |
15
+ | `shopify-sdk.min.js` | 506 KB | 510 KB |
16
+
17
+ ## 8.8.6 (01/14/2025)
4
18
 
5
19
  1. feat: Add scrolling in flexbox.
6
20