@applitools/eyes 1.26.3 → 1.27.0
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 +48 -0
- package/dist/input/CheckSettings.js +2 -2
- package/dist/input/Configuration.js +664 -613
- package/package.json +2 -2
- package/types/input/Configuration.d.ts +311 -278
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.27.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.4...js/eyes@1.27.0) (2024-11-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add an option to keep the navigation bar for android devices ([#2608](https://github.com/Applitools-Dev/sdk/issues/2608)) ([e7647e0](https://github.com/Applitools-Dev/sdk/commit/e7647e0105a7aa47e6bf3b20ab033f1e389ca849))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/dom-snapshot bumped to 4.11.9
|
|
14
|
+
|
|
15
|
+
* @applitools/driver bumped to 1.20.0
|
|
16
|
+
#### Features
|
|
17
|
+
|
|
18
|
+
* add an option to keep the navigation bar for android devices ([#2608](https://github.com/Applitools-Dev/sdk/issues/2608)) ([e7647e0](https://github.com/Applitools-Dev/sdk/commit/e7647e0105a7aa47e6bf3b20ab033f1e389ca849))
|
|
19
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.20
|
|
20
|
+
|
|
21
|
+
* @applitools/spec-driver-selenium bumped to 1.5.91
|
|
22
|
+
|
|
23
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.20
|
|
24
|
+
|
|
25
|
+
* @applitools/screenshoter bumped to 3.10.0
|
|
26
|
+
#### Features
|
|
27
|
+
|
|
28
|
+
* add an option to keep the navigation bar for android devices ([#2608](https://github.com/Applitools-Dev/sdk/issues/2608)) ([e7647e0](https://github.com/Applitools-Dev/sdk/commit/e7647e0105a7aa47e6bf3b20ab033f1e389ca849))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
* @applitools/nml-client bumped to 1.8.18
|
|
33
|
+
|
|
34
|
+
* @applitools/ec-client bumped to 1.9.14
|
|
35
|
+
|
|
36
|
+
* @applitools/core bumped to 4.24.0
|
|
37
|
+
#### Features
|
|
38
|
+
|
|
39
|
+
* add an option to keep the navigation bar for android devices ([#2608](https://github.com/Applitools-Dev/sdk/issues/2608)) ([e7647e0](https://github.com/Applitools-Dev/sdk/commit/e7647e0105a7aa47e6bf3b20ab033f1e389ca849))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## [1.26.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.3...js/eyes@1.26.4) (2024-11-11)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* organize configuration alphabetically and add getters and setters ([684490d](https://github.com/Applitools-Dev/sdk/commit/684490d8d85d1dd0f07bafdcc38febfcf7c58d08))
|
|
50
|
+
|
|
3
51
|
## [1.26.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.2...js/eyes@1.26.3) (2024-11-09)
|
|
4
52
|
|
|
5
53
|
|
|
@@ -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),
|
|
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),
|
|
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),
|