@applitools/eyes-storybook 3.42.1 → 3.43.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 +78 -0
- package/package.json +6 -5
- package/src/renderStory.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,83 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.43.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.43.1...js/eyes-storybook@3.43.2) (2023-09-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* bump ([756e2d6](https://github.com/applitools/eyes.sdk.javascript1/commit/756e2d6899b58dfa69001d70133230447b4794d3))
|
|
9
|
+
|
|
10
|
+
## [3.43.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.43.0...js/eyes-storybook@3.43.1) (2023-09-29)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* @applitools/driver bumped to 1.14.3
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
|
|
19
|
+
* @applitools/screenshoter bumped to 3.8.13
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/ec-client bumped to 1.7.12
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
#### Code Refactoring
|
|
33
|
+
|
|
34
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
35
|
+
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
* @applitools/core-base bumped to 1.7.1
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* send domMapping payload with correct content encoding ([2bc8e39](https://github.com/applitools/eyes.sdk.javascript1/commit/2bc8e390de1d147d84d1de24df337b8652547b6a))
|
|
43
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.47
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-selenium bumped to 1.5.61
|
|
46
|
+
|
|
47
|
+
* @applitools/spec-driver-puppeteer bumped to 1.2.3
|
|
48
|
+
|
|
49
|
+
* @applitools/nml-client bumped to 1.5.13
|
|
50
|
+
|
|
51
|
+
* @applitools/core bumped to 3.11.5
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## [3.43.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook-v3.42.2...js/eyes-storybook@3.43.0) (2023-09-28)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Features
|
|
58
|
+
|
|
59
|
+
* add support for passing a DOM mapping file to deobfuscate RCA ([8c99f8d](https://github.com/applitools/eyes.sdk.javascript1/commit/8c99f8da53ded229306fe2f3da89cb3b5691e2c0))
|
|
60
|
+
* rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
|
|
61
|
+
* show aborted tests in Eyes dashboard ([#1877](https://github.com/applitools/eyes.sdk.javascript1/issues/1877)) ([f9840d4](https://github.com/applitools/eyes.sdk.javascript1/commit/f9840d494222ccc6c6f262896771e28da2565bc6))
|
|
62
|
+
* update puppeteer version and minimum node version ([#1889](https://github.com/applitools/eyes.sdk.javascript1/issues/1889)) ([d449030](https://github.com/applitools/eyes.sdk.javascript1/commit/d449030bed6bf4f4c3e7a0dcb6f3ec78f7623e4c))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* update timeout when rendering stories with variants and legacy ([00b8499](https://github.com/applitools/eyes.sdk.javascript1/commit/00b8499716827518fe24abe5031ef950f0254119))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Dependencies
|
|
71
|
+
|
|
72
|
+
* @applitools/core-base bumped to 1.7.0
|
|
73
|
+
#### Features
|
|
74
|
+
|
|
75
|
+
* add support for passing a DOM mapping file to deobfuscate RCA ([8c99f8d](https://github.com/applitools/eyes.sdk.javascript1/commit/8c99f8da53ded229306fe2f3da89cb3b5691e2c0))
|
|
76
|
+
* @applitools/ec-client bumped to 1.7.11
|
|
77
|
+
|
|
78
|
+
* @applitools/core bumped to 3.11.4
|
|
79
|
+
|
|
80
|
+
|
|
3
81
|
## [3.42.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.42.0...js/eyes-storybook@3.42.1) (2023-09-26)
|
|
4
82
|
|
|
5
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"postinstall": "node src/postinstall"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@applitools/core": "3.11.
|
|
57
|
-
"@applitools/driver": "1.14.
|
|
56
|
+
"@applitools/core": "3.11.5",
|
|
57
|
+
"@applitools/driver": "1.14.3",
|
|
58
58
|
"@applitools/functional-commons": "1.6.0",
|
|
59
59
|
"@applitools/logger": "2.0.11",
|
|
60
60
|
"@applitools/monitoring-commons": "1.0.19",
|
|
61
|
-
"@applitools/spec-driver-puppeteer": "1.2.
|
|
62
|
-
"@applitools/ufg-client": "1.9.
|
|
61
|
+
"@applitools/spec-driver-puppeteer": "1.2.3",
|
|
62
|
+
"@applitools/ufg-client": "1.9.3",
|
|
63
63
|
"@applitools/utils": "1.6.1",
|
|
64
64
|
"boxen": "4.2.0",
|
|
65
65
|
"chalk": "3.0.0",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"@applitools/sdk-shared": "0.9.15",
|
|
78
78
|
"@applitools/snaptdout": "^1.0.1",
|
|
79
79
|
"@applitools/test-server": "^1.2.2",
|
|
80
|
+
"@applitools/test-utils": "^1.5.17",
|
|
80
81
|
"@babel/eslint-parser": "^7.22.9",
|
|
81
82
|
"@storybook/addon-interactions": "^6.4.18",
|
|
82
83
|
"@storybook/react": "^6.4.18",
|
package/src/renderStory.js
CHANGED
|
@@ -52,6 +52,7 @@ function makeRenderStory({
|
|
|
52
52
|
ignoreCaret,
|
|
53
53
|
matchLevel,
|
|
54
54
|
ignoreBaseline,
|
|
55
|
+
domMapping,
|
|
55
56
|
} = config;
|
|
56
57
|
|
|
57
58
|
if (sizeMode) {
|
|
@@ -122,6 +123,7 @@ function makeRenderStory({
|
|
|
122
123
|
: undefined,
|
|
123
124
|
}
|
|
124
125
|
: undefined,
|
|
126
|
+
domMapping,
|
|
125
127
|
};
|
|
126
128
|
|
|
127
129
|
return timeItAsync(baselineName, async () => {
|