@applitools/eyes-storybook 3.63.1 → 3.63.3
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 +47 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.63.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.63.2...js/eyes-storybook@3.63.3) (2025-12-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.31.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
12
|
+
* @applitools/nml-client bumped to 1.11.13
|
|
13
|
+
|
|
14
|
+
* @applitools/ec-client bumped to 1.12.15
|
|
15
|
+
|
|
16
|
+
* @applitools/core bumped to 4.54.0
|
|
17
|
+
#### Features
|
|
18
|
+
|
|
19
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
* @applitools/eyes bumped to 1.36.18
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [3.63.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.63.1...js/eyes-storybook@3.63.2) (2025-12-07)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* @applitools/dom-snapshot bumped to 4.15.3
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* capture JavaScript-modified CSS selectors in nested [@layer](https://github.com/layer) rules ([#3391](https://github.com/Applitools-Dev/sdk/issues/3391)) ([b3bceb5](https://github.com/Applitools-Dev/sdk/commit/b3bceb5bfe894f3548173d23942e09d0e04b7e04))
|
|
35
|
+
* @applitools/core bumped to 4.53.2
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* Upgrade core version ([#3398](https://github.com/Applitools-Dev/sdk/issues/3398)) ([68858c7](https://github.com/Applitools-Dev/sdk/commit/68858c7024e0413c1cc6af68752b1c3a9a04bb0b))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
* @applitools/eyes bumped to 1.36.17
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* capture JavaScript-modified CSS selectors in nested [@layer](https://github.com/layer) rules ([#3391](https://github.com/Applitools-Dev/sdk/issues/3391)) ([b3bceb5](https://github.com/Applitools-Dev/sdk/commit/b3bceb5bfe894f3548173d23942e09d0e04b7e04))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
3
50
|
## [3.63.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.63.0...js/eyes-storybook@3.63.1) (2025-12-01)
|
|
4
51
|
|
|
5
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.63.
|
|
3
|
+
"version": "3.63.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@applitools/core": "4.
|
|
62
|
+
"@applitools/core": "4.54.0",
|
|
63
63
|
"@applitools/driver": "1.24.3",
|
|
64
|
-
"@applitools/eyes": "1.36.
|
|
64
|
+
"@applitools/eyes": "1.36.18",
|
|
65
65
|
"@applitools/functional-commons": "1.6.0",
|
|
66
66
|
"@applitools/logger": "2.2.7",
|
|
67
67
|
"@applitools/monitoring-commons": "1.0.19",
|