@applitools/eyes-storybook 3.61.1 → 3.61.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 +67 -0
- package/package.json +5 -5
- package/src/transformSettings.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,72 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.61.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.61.2...js/eyes-storybook@3.61.3) (2025-10-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.13.11
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
|
|
12
|
+
* @applitools/core bumped to 4.50.3
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/eyes bumped to 1.36.12
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.61.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.61.1...js/eyes-storybook@3.61.2) (2025-10-16)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* @applitools/dom-snapshot bumped to 4.13.10
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
* @applitools/driver bumped to 1.24.0
|
|
40
|
+
#### Features
|
|
41
|
+
|
|
42
|
+
* use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
|
|
43
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.0
|
|
44
|
+
#### Features
|
|
45
|
+
|
|
46
|
+
* use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
* @applitools/spec-driver-selenium bumped to 1.7.6
|
|
51
|
+
|
|
52
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.6
|
|
53
|
+
|
|
54
|
+
* @applitools/screenshoter bumped to 3.12.7
|
|
55
|
+
|
|
56
|
+
* @applitools/nml-client bumped to 1.11.9
|
|
57
|
+
|
|
58
|
+
* @applitools/ec-client bumped to 1.12.11
|
|
59
|
+
|
|
60
|
+
* @applitools/core bumped to 4.50.2
|
|
61
|
+
#### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
* @applitools/eyes bumped to 1.36.11
|
|
68
|
+
|
|
69
|
+
|
|
3
70
|
## [3.61.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.61.0...js/eyes-storybook@3.61.1) (2025-10-09)
|
|
4
71
|
|
|
5
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.61.
|
|
3
|
+
"version": "3.61.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@applitools/core": "4.50.
|
|
63
|
-
"@applitools/driver": "1.
|
|
64
|
-
"@applitools/eyes": "1.36.
|
|
62
|
+
"@applitools/core": "4.50.3",
|
|
63
|
+
"@applitools/driver": "1.24.0",
|
|
64
|
+
"@applitools/eyes": "1.36.12",
|
|
65
65
|
"@applitools/functional-commons": "1.6.0",
|
|
66
66
|
"@applitools/logger": "2.2.4",
|
|
67
67
|
"@applitools/monitoring-commons": "1.0.19",
|
|
68
|
-
"@applitools/spec-driver-puppeteer": "1.6.
|
|
68
|
+
"@applitools/spec-driver-puppeteer": "1.6.6",
|
|
69
69
|
"@applitools/ufg-client": "1.17.4",
|
|
70
70
|
"@applitools/utils": "1.12.0",
|
|
71
71
|
"@inquirer/prompts": "7.0.1",
|
package/src/transformSettings.js
CHANGED
|
@@ -15,6 +15,7 @@ function storyToOpenSettings({story, appName, serverSettings, concurrency}) {
|
|
|
15
15
|
envName,
|
|
16
16
|
ignoreBaseline,
|
|
17
17
|
properties,
|
|
18
|
+
environments,
|
|
18
19
|
} = config;
|
|
19
20
|
|
|
20
21
|
const storyProperties = [
|
|
@@ -42,6 +43,7 @@ function storyToOpenSettings({story, appName, serverSettings, concurrency}) {
|
|
|
42
43
|
baselineEnvName,
|
|
43
44
|
environmentName: envName,
|
|
44
45
|
ignoreBaseline,
|
|
46
|
+
environments,
|
|
45
47
|
...serverSettings,
|
|
46
48
|
};
|
|
47
49
|
}
|