@applitools/eyes-images 4.29.4 → 4.30.1

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,84 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.30.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.30.0...js/eyes-images@4.30.1) (2025-03-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix offline - url was replaced before resource fetched for url resources ([#2802](https://github.com/Applitools-Dev/sdk/issues/2802)) ([a67f86a](https://github.com/Applitools-Dev/sdk/commit/a67f86aabd56c59fb6cfa58578b1e8b3c31d2197))
9
+ * handle failure for large body in render request ([a4d2c1a](https://github.com/Applitools-Dev/sdk/commit/a4d2c1a408c8ed31ecd5446415dc8af04eb7b688))
10
+ * set TLS_REJECT_UNAUTHORIZED in tunnel ([#2706](https://github.com/Applitools-Dev/sdk/issues/2706)) ([abfa821](https://github.com/Applitools-Dev/sdk/commit/abfa82151931bd11767ac1d797cee03855bde34a))
11
+ * trigger release ([#2829](https://github.com/Applitools-Dev/sdk/issues/2829)) ([c9ea327](https://github.com/Applitools-Dev/sdk/commit/c9ea327c806163e23031be7c0b5b40bf02dbebc3))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * @applitools/core bumped to 4.32.2
17
+ #### Bug Fixes
18
+
19
+ * add environment variable aliases (_NAME suffix) ([#2791](https://github.com/Applitools-Dev/sdk/issues/2791)) ([67501a4](https://github.com/Applitools-Dev/sdk/commit/67501a4f5491319ca62949a56ee03face08a59e5))
20
+ * support test concurrency in offline mode ([#2831](https://github.com/Applitools-Dev/sdk/issues/2831)) ([3b7d137](https://github.com/Applitools-Dev/sdk/commit/3b7d137a9b34bb5c564e0a5c7d3fb2520ef8a167))
21
+ * @applitools/eyes bumped to 1.32.6
22
+
23
+
24
+ ## [4.30.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images-v4.29.5...js/eyes-images@4.30.0) (2025-01-30)
25
+
26
+
27
+ ### Features
28
+
29
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * @applitools/driver bumped to 1.20.4
40
+ #### Bug Fixes
41
+
42
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
43
+ * @applitools/ufg-client bumped to 1.16.3
44
+ #### Bug Fixes
45
+
46
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
47
+ * @applitools/core bumped to 4.31.0
48
+ #### Features
49
+
50
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
51
+
52
+
53
+ #### Bug Fixes
54
+
55
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
56
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
57
+
58
+
59
+
60
+ * @applitools/dom-snapshot bumped to 4.11.15
61
+
62
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
63
+
64
+ * @applitools/spec-driver-selenium bumped to 1.5.95
65
+
66
+ * @applitools/spec-driver-puppeteer bumped to 1.4.24
67
+
68
+ * @applitools/screenshoter bumped to 3.10.5
69
+
70
+ * @applitools/nml-client bumped to 1.8.24
71
+
72
+ * @applitools/ec-client bumped to 1.10.3
73
+
74
+ * @applitools/eyes bumped to 1.32.0
75
+ #### Features
76
+
77
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
78
+
79
+
80
+
81
+
3
82
  ## [4.29.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.29.3...js/eyes-images@4.29.4) (2025-01-22)
4
83
 
5
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.29.4",
3
+ "version": "4.30.1",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -40,7 +40,7 @@
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.31.2"
43
+ "@applitools/eyes": "1.32.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",
package/types/index.d.ts CHANGED
@@ -561,6 +561,7 @@ export type CheckSettingsImagePlain = {
561
561
  pageId?: undefined | string;
562
562
  variationGroupId?: undefined | string;
563
563
  densityMetrics?: undefined | { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; };
564
+ stitchMode?: undefined | StitchModePlain;
564
565
  };
565
566
  export type CheckSettingsAutomationPlain = {
566
567
  name?: undefined | string;
@@ -605,6 +606,7 @@ export type CheckSettingsAutomationPlain = {
605
606
  pageId?: undefined | string;
606
607
  variationGroupId?: undefined | string;
607
608
  densityMetrics?: undefined | { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; };
609
+ stitchMode?: undefined | StitchModePlain;
608
610
  frames?: undefined | Array<{ frame: number | ((string | { selector: string; type?: undefined | string; shadow?: undefined | EyesSelector<never>; frame?: undefined | EyesSelector<never>; })); scrollRootElement?: undefined | ((string | { selector: string; type?: undefined | string; shadow?: undefined | EyesSelector<never>; frame?: undefined | EyesSelector<never>; })); } | (number | ((string | { selector: string; type?: undefined | string; shadow?: undefined | EyesSelector<never>; frame?: undefined | EyesSelector<never>; })))>;
609
611
  webview?: undefined | string | boolean;
610
612
  scrollRootElement?: undefined | ((string | { selector: string; type?: undefined | string; shadow?: undefined | EyesSelector<never>; frame?: undefined | EyesSelector<never>; }));
@@ -654,6 +656,7 @@ export class CheckSettingsAutomation {
654
656
  lazyLoad(options?: undefined | boolean): CheckSettingsAutomation;
655
657
  lazyLoad(options?: undefined | { scrollLength?: undefined | number; waitingTime?: undefined | number; maxAmountToScroll?: undefined | number; }): CheckSettingsAutomation;
656
658
  densityMetrics(options: { scaleRatio?: undefined | number; xdpi?: undefined | number; ydpi?: undefined | number; }): CheckSettingsAutomation;
659
+ stitchMode(stitchMode: StitchModePlain): CheckSettingsAutomation;
657
660
  name(name: string): CheckSettingsAutomation;
658
661
  withName(name: string): CheckSettingsAutomation;
659
662
  ignoreRegion(region: (RegionPlain | LegacyRegionPlain | ((string | { selector: string; type?: undefined | string; shadow?: undefined | EyesSelector<never>; frame?: undefined | EyesSelector<never>; })))): CheckSettingsAutomation;
@@ -1052,7 +1055,7 @@ export enum FailureReport {
1052
1055
  IMMEDIATE = 'IMMEDIATE',
1053
1056
  ON_CLOSE = 'ON_CLOSE'
1054
1057
  }
1055
- export type IosDeviceNamePlain = "iPhone X" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad (10th generation)" | "iPad mini (6th generation)" | "iPad Air (4th generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 mini" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Pro Max" | "iPhone 15 Plus" | "iPhone 16" | "iPhone 16 Pro Max" | "iPhone 16 Pro" | "iPhone 16 Plus";
1058
+ export type IosDeviceNamePlain = "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad (10th generation)" | "iPad mini (6th generation)" | "iPad Air (4th generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 mini" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Pro Max" | "iPhone 15 Plus" | "iPhone 16" | "iPhone 16 Pro Max" | "iPhone 16 Pro" | "iPhone 16 Plus";
1056
1059
  export enum IosDeviceName {
1057
1060
  iPad_7 = 'iPad (7th generation)',
1058
1061
  iPad_9 = 'iPad (9th generation)',
@@ -1065,7 +1068,6 @@ export enum IosDeviceName {
1065
1068
  iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
1066
1069
  iPhone_SE_2 = 'iPhone SE (2nd generation)',
1067
1070
  iPhone_SE_3 = 'iPhone SE (3rd generation)',
1068
- iPhone_X = 'iPhone X',
1069
1071
  iPhone_XR = 'iPhone XR',
1070
1072
  iPhone_XS = 'iPhone Xs',
1071
1073
  iPhone_Xs = 'iPhone Xs',