@applitools/eyes 1.26.1 → 1.26.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 +117 -0
- package/dist/input/CheckSettings.js +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,122 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.26.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.2...js/eyes@1.26.3) (2024-11-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.11.8
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* overcome dom snapshot's failure to download resource from browser ([#2610](https://github.com/Applitools-Dev/sdk/issues/2610)) ([47d46fb](https://github.com/Applitools-Dev/sdk/commit/47d46fbe3baab12d5153f6617ab60142a8a215cf))
|
|
12
|
+
* @applitools/core bumped to 4.23.1
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* overcome dom snapshot's failure to download resource from browser ([#2610](https://github.com/Applitools-Dev/sdk/issues/2610)) ([47d46fb](https://github.com/Applitools-Dev/sdk/commit/47d46fbe3baab12d5153f6617ab60142a8a215cf))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## [1.26.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.1...js/eyes@1.26.2) (2024-11-07)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Code Refactoring
|
|
24
|
+
|
|
25
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* @applitools/utils bumped to 1.7.5
|
|
31
|
+
#### Code Refactoring
|
|
32
|
+
|
|
33
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
34
|
+
* @applitools/logger bumped to 2.0.19
|
|
35
|
+
|
|
36
|
+
* @applitools/dom-snapshot bumped to 4.11.7
|
|
37
|
+
#### Code Refactoring
|
|
38
|
+
|
|
39
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
* @applitools/socket bumped to 1.1.19
|
|
44
|
+
|
|
45
|
+
* @applitools/req bumped to 1.7.3
|
|
46
|
+
|
|
47
|
+
* @applitools/image bumped to 1.1.14
|
|
48
|
+
|
|
49
|
+
* @applitools/snippets bumped to 2.6.2
|
|
50
|
+
#### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* provide a clear "stale element" exception message when passing detached regions to `check` ([#2590](https://github.com/Applitools-Dev/sdk/issues/2590)) ([1e5b49e](https://github.com/Applitools-Dev/sdk/commit/1e5b49e9aec6b8caf89f2cdb1f8e81a237d52896))
|
|
53
|
+
* @applitools/dom-capture bumped to 11.5.1
|
|
54
|
+
#### Code Refactoring
|
|
55
|
+
|
|
56
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
57
|
+
* @applitools/driver bumped to 1.19.7
|
|
58
|
+
|
|
59
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.19
|
|
60
|
+
#### Code Refactoring
|
|
61
|
+
|
|
62
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
* @applitools/spec-driver-selenium bumped to 1.5.90
|
|
67
|
+
|
|
68
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.19
|
|
69
|
+
|
|
70
|
+
* @applitools/screenshoter bumped to 3.9.5
|
|
71
|
+
|
|
72
|
+
* @applitools/nml-client bumped to 1.8.17
|
|
73
|
+
|
|
74
|
+
* @applitools/tunnel-client bumped to 1.5.9
|
|
75
|
+
#### Code Refactoring
|
|
76
|
+
|
|
77
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
* @applitools/ufg-client bumped to 1.14.0
|
|
82
|
+
#### Features
|
|
83
|
+
|
|
84
|
+
* offline storybook ([#2596](https://github.com/Applitools-Dev/sdk/issues/2596)) ([c8edf80](https://github.com/Applitools-Dev/sdk/commit/c8edf80bc379d0cf5d94d798314bdad405d2f2b4))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
* @applitools/core-base bumped to 1.19.2
|
|
89
|
+
#### Code Refactoring
|
|
90
|
+
|
|
91
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
* @applitools/ec-client bumped to 1.9.13
|
|
96
|
+
#### Code Refactoring
|
|
97
|
+
|
|
98
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
* @applitools/core bumped to 4.23.0
|
|
103
|
+
#### Features
|
|
104
|
+
|
|
105
|
+
* offline storybook ([#2596](https://github.com/Applitools-Dev/sdk/issues/2596)) ([c8edf80](https://github.com/Applitools-Dev/sdk/commit/c8edf80bc379d0cf5d94d798314bdad405d2f2b4))
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
#### Bug Fixes
|
|
109
|
+
|
|
110
|
+
* handle missing commits in parent and current branch ([#2586](https://github.com/Applitools-Dev/sdk/issues/2586)) ([3b40be5](https://github.com/Applitools-Dev/sdk/commit/3b40be544c36235b43121af82485bfc2e71d9e27))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
#### Code Refactoring
|
|
114
|
+
|
|
115
|
+
* start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
3
120
|
## [1.26.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.0...js/eyes@1.26.1) (2024-10-31)
|
|
4
121
|
|
|
5
122
|
|
|
@@ -391,7 +391,7 @@ class CheckSettingsImageFluent extends CheckSettingsBaseFluent {
|
|
|
391
391
|
enablePatterns: this._settings.enablePatterns,
|
|
392
392
|
ignoreDisplacements: this._settings.ignoreDisplacements,
|
|
393
393
|
ignoreCaret: this._settings.ignoreCaret,
|
|
394
|
-
ignoreRegions: (_a = this._settings.ignoreRegions) === null || _a === void 0 ? void 0 : _a.map(this.toCoreCodedRegion),
|
|
394
|
+
ignoreRegions: (_a = this._settings.ignoreRegions) === null || _a === void 0 ? void 0 : _a.map(this.toCoreCodedRegion), // shallow copy if exists
|
|
395
395
|
layoutRegions: (_b = this._settings.layoutRegions) === null || _b === void 0 ? void 0 : _b.map(this.toCoreCodedRegion),
|
|
396
396
|
strictRegions: (_c = this._settings.strictRegions) === null || _c === void 0 ? void 0 : _c.map(this.toCoreCodedRegion),
|
|
397
397
|
contentRegions: (_d = this._settings.contentRegions) === null || _d === void 0 ? void 0 : _d.map(this.toCoreCodedRegion),
|
|
@@ -591,7 +591,7 @@ class CheckSettingsAutomationFluent extends CheckSettingsBaseFluent {
|
|
|
591
591
|
enablePatterns: this._settings.enablePatterns,
|
|
592
592
|
ignoreDisplacements: this._settings.ignoreDisplacements,
|
|
593
593
|
ignoreCaret: this._settings.ignoreCaret,
|
|
594
|
-
ignoreRegions: (_a = this._settings.ignoreRegions) === null || _a === void 0 ? void 0 : _a.map(this.toCoreCodedRegion),
|
|
594
|
+
ignoreRegions: (_a = this._settings.ignoreRegions) === null || _a === void 0 ? void 0 : _a.map(this.toCoreCodedRegion), // shallow copy if exists
|
|
595
595
|
layoutRegions: (_b = this._settings.layoutRegions) === null || _b === void 0 ? void 0 : _b.map(this.toCoreCodedRegion),
|
|
596
596
|
strictRegions: (_c = this._settings.strictRegions) === null || _c === void 0 ? void 0 : _c.map(this.toCoreCodedRegion),
|
|
597
597
|
contentRegions: (_d = this._settings.contentRegions) === null || _d === void 0 ? void 0 : _d.map(this.toCoreCodedRegion),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.3",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"eyes",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@applitools/core": "4.
|
|
49
|
-
"@applitools/logger": "2.0.
|
|
50
|
-
"@applitools/utils": "1.7.
|
|
48
|
+
"@applitools/core": "4.23.1",
|
|
49
|
+
"@applitools/logger": "2.0.19",
|
|
50
|
+
"@applitools/utils": "1.7.5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@applitools/req": "^1.7.
|
|
53
|
+
"@applitools/req": "^1.7.3",
|
|
54
54
|
"@types/node": "^12.20.55"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|