@letscooee/web-sdk 8.9.10 → 8.9.12

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/.editorconfig ADDED
@@ -0,0 +1,17 @@
1
+ # Editor configuration, see https://editorconfig.org
2
+ root = true
3
+
4
+ [*]
5
+ charset = utf-8
6
+ indent_style = space
7
+ indent_size = 4
8
+ insert_final_newline = true
9
+ trim_trailing_whitespace = true
10
+
11
+ [*.ts]
12
+ quote_type = single
13
+ ij_typescript_use_double_quotes = false
14
+
15
+ [*.md]
16
+ max_line_length = off
17
+ trim_trailing_whitespace = false
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Change Log
2
2
 
3
- ## 8.9.10 (2/22/2025)
3
+ ## 8.9.12 (2/24/2025)
4
+
5
+ 1. refactor: Refresh only item on trigger update.
6
+ 2. build: Make it an Angular repo as well.
7
+ 3. refactor: Update logs for better debugging.
8
+ 4. refactor: Add cart recovery check in `isProductPromoted`.
9
+ 5. refactor: Add display block and minHeight while creating any empty container.
10
+ 6. fix: Make sure rootContainer has 0.5px height.
11
+
12
+ | File | Now |
13
+ |----------------------|--------|
14
+ | `sdk.min.js` | 532 KB |
15
+ | `shopify-sdk.min.js` | 545 KB |
16
+
17
+ ## 8.9.10, 8.9.11 (2/22/2025)
4
18
 
5
19
  1. Fix: Use `document` instead of `document.body` as default for finding elements to handle announcement bars.
6
20
 
package/angular.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
+ "version": 1,
4
+ "newProjectRoot": "projects",
5
+ "projects": {
6
+ }
7
+ }