@applitools/core 4.58.0 → 4.58.2
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 +24 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.58.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.58.1...js/core@4.58.2) (2026-03-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.16.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* capture slot assigned nodes in custom shadow roots | FLD-4226 ([#3666](https://github.com/Applitools-Dev/sdk/issues/3666)) ([a794617](https://github.com/Applitools-Dev/sdk/commit/a79461719b76a551838198a426f4b0b8b6d0df51))
|
|
12
|
+
|
|
13
|
+
## [4.58.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.58.0...js/core@4.58.1) (2026-03-16)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/nml-client bumped to 1.11.21
|
|
19
|
+
|
|
20
|
+
* @applitools/core-base bumped to 1.32.3
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* pass gzip content encoding | FLD-4293 ([#3649](https://github.com/Applitools-Dev/sdk/issues/3649)) ([b78ebaa](https://github.com/Applitools-Dev/sdk/commit/b78ebaa0bb0d9aeae0d5b7031d320ca10b5f608b))
|
|
24
|
+
* @applitools/ec-client bumped to 1.12.23
|
|
25
|
+
|
|
26
|
+
|
|
3
27
|
## [4.58.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.57.2...js/core@4.58.0) (2026-03-12)
|
|
4
28
|
|
|
5
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "4.58.
|
|
3
|
+
"version": "4.58.2",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"setup:standalone": "sh -c 'yarn chromedriver --port=4444 --verbose &'"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@applitools/core-base": "1.32.
|
|
63
|
+
"@applitools/core-base": "1.32.3",
|
|
64
64
|
"@applitools/dom-capture": "11.6.12",
|
|
65
|
-
"@applitools/dom-snapshot": "4.16.
|
|
65
|
+
"@applitools/dom-snapshot": "4.16.1",
|
|
66
66
|
"@applitools/driver": "1.25.3",
|
|
67
|
-
"@applitools/ec-client": "1.12.
|
|
67
|
+
"@applitools/ec-client": "1.12.23",
|
|
68
68
|
"@applitools/logger": "2.2.9",
|
|
69
|
-
"@applitools/nml-client": "1.11.
|
|
69
|
+
"@applitools/nml-client": "1.11.21",
|
|
70
70
|
"@applitools/req": "1.9.1",
|
|
71
71
|
"@applitools/screenshoter": "3.12.16",
|
|
72
72
|
"@applitools/snippets": "2.8.0",
|