@applitools/eyes-storybook 3.58.0 → 3.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 +55 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.58.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.58.1...js/eyes-storybook@3.58.2) (2025-09-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.1.1
|
|
9
|
+
#### Code Refactoring
|
|
10
|
+
|
|
11
|
+
* dom shared js -> ts ([#3202](https://github.com/Applitools-Dev/sdk/issues/3202)) ([c6d6b77](https://github.com/Applitools-Dev/sdk/commit/c6d6b77179d48539cc40f609f150f380aa48d6bb))
|
|
12
|
+
* @applitools/dom-snapshot bumped to 4.13.5
|
|
13
|
+
|
|
14
|
+
* @applitools/dom-capture bumped to 11.6.3
|
|
15
|
+
|
|
16
|
+
* @applitools/tunnel-client bumped to 1.11.0
|
|
17
|
+
#### Features
|
|
18
|
+
|
|
19
|
+
* mask apiKey and eyesServerUrl from the logs | AD-10661 ([#3200](https://github.com/Applitools-Dev/sdk/issues/3200)) ([eaba565](https://github.com/Applitools-Dev/sdk/commit/eaba565898d8e72745a1e95c9b17ae77c396ca14))
|
|
20
|
+
* report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
|
|
21
|
+
* @applitools/ec-client bumped to 1.12.5
|
|
22
|
+
|
|
23
|
+
* @applitools/core bumped to 4.45.0
|
|
24
|
+
#### Features
|
|
25
|
+
|
|
26
|
+
* respect NO_PROXY for WebDriver | AD-10927 | FLD-2702 ([#3186](https://github.com/Applitools-Dev/sdk/issues/3186)) ([8e53d9a](https://github.com/Applitools-Dev/sdk/commit/8e53d9a7c1b6fe38c11d63fad915fc89b199a749))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
* @applitools/eyes bumped to 1.36.4
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [3.58.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.58.0...js/eyes-storybook@3.58.1) (2025-08-27)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Dependencies
|
|
37
|
+
|
|
38
|
+
* @applitools/dom-snapshot bumped to 4.13.4
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* canvas blob ([#3194](https://github.com/Applitools-Dev/sdk/issues/3194)) ([d90cfca](https://github.com/Applitools-Dev/sdk/commit/d90cfcaa78df93d4bd8992d77f41eb93edd56f4c))
|
|
42
|
+
* canvas blobs ([#3192](https://github.com/Applitools-Dev/sdk/issues/3192)) ([f15ac4e](https://github.com/Applitools-Dev/sdk/commit/f15ac4ed68cc1746ee6cef51f2258388428fd1c7))
|
|
43
|
+
* @applitools/core bumped to 4.44.5
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
* @applitools/eyes bumped to 1.36.3
|
|
51
|
+
#### Bug Fixes
|
|
52
|
+
|
|
53
|
+
* browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
3
58
|
## [3.58.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.57.2...js/eyes-storybook@3.58.0) (2025-08-21)
|
|
4
59
|
|
|
5
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.58.
|
|
3
|
+
"version": "3.58.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@applitools/core": "4.
|
|
61
|
+
"@applitools/core": "4.45.0",
|
|
62
62
|
"@applitools/driver": "1.23.3",
|
|
63
|
-
"@applitools/eyes": "1.36.
|
|
63
|
+
"@applitools/eyes": "1.36.4",
|
|
64
64
|
"@applitools/functional-commons": "1.6.0",
|
|
65
65
|
"@applitools/logger": "2.2.2",
|
|
66
66
|
"@applitools/monitoring-commons": "1.0.19",
|