@applitools/eyes 1.32.2 → 1.32.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
CHANGED
|
@@ -1,5 +1,62 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.32.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.32.2...js/eyes@1.32.3) (2025-02-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* stitchMode in checkSettings ([#2777](https://github.com/Applitools-Dev/sdk/issues/2777)) ([eb8d14f](https://github.com/Applitools-Dev/sdk/commit/eb8d14f5466aed803b67c0250017c503766c0c4a))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/utils bumped to 1.7.8
|
|
14
|
+
#### Performance Improvements
|
|
15
|
+
|
|
16
|
+
* ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
|
|
17
|
+
* @applitools/logger bumped to 2.1.1
|
|
18
|
+
|
|
19
|
+
* @applitools/dom-snapshot bumped to 4.11.16
|
|
20
|
+
|
|
21
|
+
* @applitools/socket bumped to 1.2.2
|
|
22
|
+
|
|
23
|
+
* @applitools/req bumped to 1.7.8
|
|
24
|
+
|
|
25
|
+
* @applitools/image bumped to 1.1.17
|
|
26
|
+
|
|
27
|
+
* @applitools/driver bumped to 1.20.5
|
|
28
|
+
|
|
29
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.26
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-selenium bumped to 1.5.96
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.25
|
|
34
|
+
|
|
35
|
+
* @applitools/screenshoter bumped to 3.10.6
|
|
36
|
+
|
|
37
|
+
* @applitools/nml-client bumped to 1.8.25
|
|
38
|
+
|
|
39
|
+
* @applitools/tunnel-client bumped to 1.6.3
|
|
40
|
+
|
|
41
|
+
* @applitools/ufg-client bumped to 1.16.6
|
|
42
|
+
#### Performance Improvements
|
|
43
|
+
|
|
44
|
+
* ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
* @applitools/core-base bumped to 1.22.2
|
|
49
|
+
|
|
50
|
+
* @applitools/ec-client bumped to 1.10.5
|
|
51
|
+
|
|
52
|
+
* @applitools/core bumped to 4.31.4
|
|
53
|
+
#### Performance Improvements
|
|
54
|
+
|
|
55
|
+
* ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
3
60
|
## [1.32.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.32.1...js/eyes@1.32.2) (2025-02-23)
|
|
4
61
|
|
|
5
62
|
|
|
@@ -573,6 +573,10 @@ class CheckSettingsAutomationFluent extends CheckSettingsBaseFluent {
|
|
|
573
573
|
this._settings.densityMetrics = options;
|
|
574
574
|
return this;
|
|
575
575
|
}
|
|
576
|
+
stitchMode(stitchMode) {
|
|
577
|
+
this._settings.stitchMode = stitchMode;
|
|
578
|
+
return this;
|
|
579
|
+
}
|
|
576
580
|
/** @internal */
|
|
577
581
|
toJSON() {
|
|
578
582
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -615,6 +619,7 @@ class CheckSettingsAutomationFluent extends CheckSettingsBaseFluent {
|
|
|
615
619
|
userCommandId: this._settings.variationGroupId,
|
|
616
620
|
densityMetrics: this._settings.densityMetrics,
|
|
617
621
|
assumesMutability: this.assumesMutability(),
|
|
622
|
+
stitchMode: this._settings.stitchMode,
|
|
618
623
|
}),
|
|
619
624
|
};
|
|
620
625
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.3",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"eyes",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@applitools/core": "4.31.
|
|
50
|
-
"@applitools/logger": "2.1.
|
|
51
|
-
"@applitools/utils": "1.7.
|
|
49
|
+
"@applitools/core": "4.31.4",
|
|
50
|
+
"@applitools/logger": "2.1.1",
|
|
51
|
+
"@applitools/utils": "1.7.8",
|
|
52
52
|
"chalk": "4.1.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@applitools/req": "^1.7.
|
|
55
|
+
"@applitools/req": "^1.7.8",
|
|
56
56
|
"@types/node": "^12.20.55"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
@@ -10,6 +10,7 @@ import { LazyLoadOptions } from './LazyLoadOptions';
|
|
|
10
10
|
import { DensityMetrics } from './DensityMetrics';
|
|
11
11
|
import * as utils from '@applitools/utils';
|
|
12
12
|
import { DynamicTextType } from '../enums/DynamicTextType';
|
|
13
|
+
import { type StitchMode } from '../enums/StitchMode';
|
|
13
14
|
type RegionReference<TSpec extends Core.SpecType> = Region | LegacyRegion | ElementReference<TSpec>;
|
|
14
15
|
type ElementReference<TSpec extends Core.SpecType> = TSpec['element'] | SelectorReference<TSpec>;
|
|
15
16
|
type SelectorReference<TSpec extends Core.SpecType> = EyesSelector<TSpec['selector']>;
|
|
@@ -70,6 +71,7 @@ export type CheckSettingsBase<TRegion = never> = {
|
|
|
70
71
|
pageId?: string;
|
|
71
72
|
variationGroupId?: string;
|
|
72
73
|
densityMetrics?: DensityMetrics;
|
|
74
|
+
stitchMode?: StitchMode;
|
|
73
75
|
};
|
|
74
76
|
export type CheckSettingsImage = CheckSettingsBase;
|
|
75
77
|
export type CheckSettingsAutomation<TSpec extends Core.SpecType> = CheckSettingsBase<RegionReference<TSpec>> & {
|
|
@@ -233,6 +235,7 @@ export declare class CheckSettingsAutomationFluent<TSpec extends Core.SpecType =
|
|
|
233
235
|
waitBeforeCapture(waitBeforeCapture: number): typeof this;
|
|
234
236
|
lazyLoad(options?: LazyLoadOptions | boolean): typeof this;
|
|
235
237
|
densityMetrics(options: DensityMetrics): typeof this;
|
|
238
|
+
stitchMode(stitchMode: StitchMode): typeof this;
|
|
236
239
|
/** @internal */
|
|
237
240
|
toJSON(): {
|
|
238
241
|
target: undefined;
|