@applitools/eyes-storybook 3.67.2 → 3.67.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 +38 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.67.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.67.2...js/eyes-storybook@3.67.3) (2026-07-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.37.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* stop logEventBatch leaking through mainLogger (FLD-4175 regression from [#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([#4011](https://github.com/Applitools-Dev/sdk/issues/4011)) ([e595b64](https://github.com/Applitools-Dev/sdk/commit/e595b646e97aba5955d59b0477b608f24aae3f58))
|
|
17
|
+
* @applitools/eyes bumped to 1.44.0
|
|
18
|
+
#### Features
|
|
19
|
+
|
|
20
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* add Galaxy 26 to the devices enum | FLD-4707 ([ab7e5d0](https://github.com/Applitools-Dev/sdk/commit/ab7e5d014e1d21e445c6b00b2c43543f08e3b6c0))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
* @applitools/nml-client bumped to 1.11.37
|
|
30
|
+
|
|
31
|
+
* @applitools/ec-client bumped to 1.12.39
|
|
32
|
+
|
|
33
|
+
* @applitools/core bumped to 4.67.0
|
|
34
|
+
#### Features
|
|
35
|
+
|
|
36
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
3
41
|
## [3.67.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.67.1...js/eyes-storybook@3.67.2) (2026-07-21)
|
|
4
42
|
|
|
5
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.67.
|
|
3
|
+
"version": "3.67.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@applitools/core": "4.
|
|
63
|
+
"@applitools/core": "4.67.0",
|
|
64
64
|
"@applitools/driver": "1.26.6",
|
|
65
|
-
"@applitools/eyes": "1.
|
|
65
|
+
"@applitools/eyes": "1.44.0",
|
|
66
66
|
"@applitools/functional-commons": "1.6.0",
|
|
67
67
|
"@applitools/logger": "2.3.0",
|
|
68
68
|
"@applitools/monitoring-commons": "1.0.19",
|