@applitools/eyes-playwright 1.36.2 → 1.36.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,66 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.36.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.36.2...js/eyes-playwright@1.36.3) (2025-02-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.8
9
+ #### Performance Improvements
10
+
11
+ * ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
12
+ * @applitools/ufg-client bumped to 1.16.6
13
+ #### Performance Improvements
14
+
15
+ * ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
16
+
17
+
18
+
19
+ * @applitools/core bumped to 4.31.4
20
+ #### Performance Improvements
21
+
22
+ * ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
23
+
24
+
25
+
26
+ * @applitools/logger bumped to 2.1.1
27
+
28
+ * @applitools/dom-snapshot bumped to 4.11.16
29
+
30
+ * @applitools/socket bumped to 1.2.2
31
+
32
+ * @applitools/req bumped to 1.7.8
33
+
34
+ * @applitools/image bumped to 1.1.17
35
+
36
+ * @applitools/driver bumped to 1.20.5
37
+
38
+ * @applitools/spec-driver-webdriver bumped to 1.1.26
39
+
40
+ * @applitools/spec-driver-selenium bumped to 1.5.96
41
+
42
+ * @applitools/spec-driver-playwright bumped to 1.5.8
43
+
44
+ * @applitools/spec-driver-puppeteer bumped to 1.4.25
45
+
46
+ * @applitools/screenshoter bumped to 3.10.6
47
+
48
+ * @applitools/nml-client bumped to 1.8.25
49
+
50
+ * @applitools/tunnel-client bumped to 1.6.3
51
+
52
+ * @applitools/core-base bumped to 1.22.2
53
+
54
+ * @applitools/ec-client bumped to 1.10.5
55
+
56
+ * @applitools/eyes bumped to 1.32.3
57
+ #### Bug Fixes
58
+
59
+ * stitchMode in checkSettings ([#2777](https://github.com/Applitools-Dev/sdk/issues/2777)) ([eb8d14f](https://github.com/Applitools-Dev/sdk/commit/eb8d14f5466aed803b67c0250017c503766c0c4a))
60
+
61
+
62
+
63
+
3
64
  ## [1.36.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.36.1...js/eyes-playwright@1.36.2) (2025-02-23)
4
65
 
5
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.36.2",
3
+ "version": "1.36.3",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -59,9 +59,9 @@
59
59
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
60
60
  },
61
61
  "dependencies": {
62
- "@applitools/eyes": "1.32.2",
63
- "@applitools/spec-driver-playwright": "1.5.7",
64
- "@applitools/utils": "1.7.7",
62
+ "@applitools/eyes": "1.32.3",
63
+ "@applitools/spec-driver-playwright": "1.5.8",
64
+ "@applitools/utils": "1.7.8",
65
65
  "@inquirer/prompts": "7.0.1",
66
66
  "chalk": "4.1.2",
67
67
  "yargs": "17.7.2"
package/types/index.d.ts CHANGED
@@ -215,6 +215,7 @@ export type CheckSettingsImagePlain = {
215
215
  pageId?: undefined | string;
216
216
  variationGroupId?: undefined | string;
217
217
  densityMetrics?: undefined | { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; };
218
+ stitchMode?: undefined | StitchModePlain;
218
219
  };
219
220
  export type CheckSettingsAutomationPlain = {
220
221
  name?: undefined | string;
@@ -259,6 +260,7 @@ export type CheckSettingsAutomationPlain = {
259
260
  pageId?: undefined | string;
260
261
  variationGroupId?: undefined | string;
261
262
  densityMetrics?: undefined | { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; };
263
+ stitchMode?: undefined | StitchModePlain;
262
264
  frames?: undefined | Array<{ frame: number | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })); scrollRootElement?: undefined | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })); } | (number | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })))>;
263
265
  webview?: undefined | string | boolean;
264
266
  scrollRootElement?: undefined | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; }));
@@ -310,6 +312,7 @@ export class CheckSettingsAutomation {
310
312
  lazyLoad(options?: undefined | boolean): CheckSettingsAutomation;
311
313
  lazyLoad(options?: undefined | { scrollLength?: undefined | number; waitingTime?: undefined | number; maxAmountToScroll?: undefined | number; }): CheckSettingsAutomation;
312
314
  densityMetrics(options: { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; }): CheckSettingsAutomation;
315
+ stitchMode(stitchMode: StitchModePlain): CheckSettingsAutomation;
313
316
  name(name: string): CheckSettingsAutomation;
314
317
  withName(name: string): CheckSettingsAutomation;
315
318
  ignoreRegion(region: (RegionPlain | LegacyRegionPlain | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })))): CheckSettingsAutomation;