@applitools/eyes-images 4.24.5 → 4.24.7
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 +88 -0
- package/package.json +3 -3
- package/types/index.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,93 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.24.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.24.6...js/eyes-images@4.24.7) (2024-01-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/snippets bumped to 2.4.25
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
|
|
12
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.55
|
|
13
|
+
|
|
14
|
+
* @applitools/spec-driver-selenium bumped to 1.5.69
|
|
15
|
+
|
|
16
|
+
* @applitools/spec-driver-puppeteer bumped to 1.3.5
|
|
17
|
+
|
|
18
|
+
* @applitools/driver bumped to 1.16.2
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/core bumped to 4.7.0
|
|
26
|
+
#### Features
|
|
27
|
+
|
|
28
|
+
* added support of proxy server url env var ([#2159](https://github.com/applitools/eyes.sdk.javascript1/issues/2159)) ([2f69c3d](https://github.com/applitools/eyes.sdk.javascript1/commit/2f69c3d37d7af9be1f459fd3d5f41b361161b5bf))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
* @applitools/screenshoter bumped to 3.8.21
|
|
38
|
+
|
|
39
|
+
* @applitools/nml-client bumped to 1.6.5
|
|
40
|
+
|
|
41
|
+
* @applitools/ec-client bumped to 1.7.23
|
|
42
|
+
|
|
43
|
+
* @applitools/eyes bumped to 1.13.6
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [4.24.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.24.5...js/eyes-images@4.24.6) (2024-01-16)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Dependencies
|
|
50
|
+
|
|
51
|
+
* @applitools/dom-snapshot bumped to 4.7.16
|
|
52
|
+
#### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* handle unparsable values of media attribute in dom snapshot ([a2afe2e](https://github.com/applitools/eyes.sdk.javascript1/commit/a2afe2e18508f44f9c046270da0c1e09fb9aea03))
|
|
55
|
+
* @applitools/nml-client bumped to 1.6.4
|
|
56
|
+
#### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* remove local environment id ([#2152](https://github.com/applitools/eyes.sdk.javascript1/issues/2152)) ([59aaeae](https://github.com/applitools/eyes.sdk.javascript1/commit/59aaeaed474fbde78b76ae7ac803960e3ecd8166))
|
|
59
|
+
* @applitools/core bumped to 4.6.0
|
|
60
|
+
#### Features
|
|
61
|
+
|
|
62
|
+
* added possibility to provide `fallbackBaselineId` in environment objects ([#2146](https://github.com/applitools/eyes.sdk.javascript1/issues/2146)) ([f0782ea](https://github.com/applitools/eyes.sdk.javascript1/commit/f0782ea4c38935f97fc47248ed6a5b67f87b0634))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
#### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* add environment variable for setting ufg server ufg ([#2147](https://github.com/applitools/eyes.sdk.javascript1/issues/2147)) ([cfc701f](https://github.com/applitools/eyes.sdk.javascript1/commit/cfc701f7a43fed0fe252d4090b9c1dc490063c76))
|
|
68
|
+
* remove local environment id ([#2152](https://github.com/applitools/eyes.sdk.javascript1/issues/2152)) ([59aaeae](https://github.com/applitools/eyes.sdk.javascript1/commit/59aaeaed474fbde78b76ae7ac803960e3ecd8166))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
* @applitools/ec-client bumped to 1.7.22
|
|
73
|
+
|
|
74
|
+
* @applitools/core-base bumped to 1.9.0
|
|
75
|
+
#### Features
|
|
76
|
+
|
|
77
|
+
* added possibility to provide `fallbackBaselineId` in environment objects ([#2146](https://github.com/applitools/eyes.sdk.javascript1/issues/2146)) ([f0782ea](https://github.com/applitools/eyes.sdk.javascript1/commit/f0782ea4c38935f97fc47248ed6a5b67f87b0634))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
#### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* add environment variable for setting ufg server ufg ([#2147](https://github.com/applitools/eyes.sdk.javascript1/issues/2147)) ([cfc701f](https://github.com/applitools/eyes.sdk.javascript1/commit/cfc701f7a43fed0fe252d4090b9c1dc490063c76))
|
|
83
|
+
* @applitools/eyes bumped to 1.13.5
|
|
84
|
+
#### Bug Fixes
|
|
85
|
+
|
|
86
|
+
* fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/applitools/eyes.sdk.javascript1/commit/42a773cc57e8e5de528a049b376159615892003b))
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
3
91
|
## [4.24.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.24.4...js/eyes-images@4.24.5) (2024-01-02)
|
|
4
92
|
|
|
5
93
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.24.
|
|
3
|
+
"version": "4.24.7",
|
|
4
4
|
"description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-images",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@applitools/eyes": "1.13.
|
|
43
|
+
"@applitools/eyes": "1.13.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@applitools/api-extractor": "^1.2.22",
|
|
47
|
-
"@applitools/bongo": "^5.
|
|
47
|
+
"@applitools/bongo": "^5.9.0",
|
|
48
48
|
"@applitools/generic": "^3.5.2",
|
|
49
49
|
"@applitools/test-utils": "^1.5.17",
|
|
50
50
|
"@types/node": "^12.20.55"
|
package/types/index.d.ts
CHANGED
|
@@ -500,7 +500,7 @@ export class CheckSettingsAutomation {
|
|
|
500
500
|
nmgOptions(options: { [key: string]: any; }): CheckSettingsAutomation;
|
|
501
501
|
visualGridOption(key: string, value: any): CheckSettingsAutomation;
|
|
502
502
|
visualGridOptions(options: { [key: string]: any; }): CheckSettingsAutomation;
|
|
503
|
-
useSystemScreenshot(useSystemScreenshot
|
|
503
|
+
useSystemScreenshot(useSystemScreenshot?: undefined | boolean): CheckSettingsAutomation;
|
|
504
504
|
timeout(timeout: number): CheckSettingsAutomation;
|
|
505
505
|
waitBeforeCapture(waitBeforeCapture: number): CheckSettingsAutomation;
|
|
506
506
|
lazyLoad(options?: undefined | boolean): CheckSettingsAutomation;
|