@applitools/core 4.58.1 → 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 +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
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
|
+
|
|
3
13
|
## [4.58.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.58.0...js/core@4.58.1) (2026-03-16)
|
|
4
14
|
|
|
5
15
|
|
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"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
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
67
|
"@applitools/ec-client": "1.12.23",
|
|
68
68
|
"@applitools/logger": "2.2.9",
|