@applitools/eyes 1.24.0 → 1.25.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 CHANGED
@@ -1,5 +1,58 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.25.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.24.0...js/eyes@1.25.0) (2024-10-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * ios 18 devices enum ([#2584](https://github.com/Applitools-Dev/sdk/issues/2584)) ([8eab653](https://github.com/Applitools-Dev/sdk/commit/8eab653f99733839bdec43d86089edc35abcf8e8))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.11.4
14
+ #### Bug Fixes
15
+
16
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
17
+
18
+
19
+
20
+ * @applitools/snippets bumped to 2.5.2
21
+ #### Bug Fixes
22
+
23
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
24
+ * @applitools/driver bumped to 1.19.4
25
+ #### Bug Fixes
26
+
27
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
28
+
29
+
30
+
31
+ * @applitools/spec-driver-webdriver bumped to 1.1.16
32
+
33
+ * @applitools/spec-driver-selenium bumped to 1.5.87
34
+
35
+ * @applitools/spec-driver-puppeteer bumped to 1.4.16
36
+
37
+ * @applitools/screenshoter bumped to 3.9.1
38
+
39
+ * @applitools/nml-client bumped to 1.8.14
40
+
41
+ * @applitools/ec-client bumped to 1.9.10
42
+
43
+ * @applitools/core bumped to 4.21.1
44
+ #### Bug Fixes
45
+
46
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
47
+
48
+
49
+ #### Performance Improvements
50
+
51
+ * avoid logging entire dom snapshots ([#2573](https://github.com/Applitools-Dev/sdk/issues/2573)) ([e6dc792](https://github.com/Applitools-Dev/sdk/commit/e6dc792c75eb39bd4d3e53775b63ba49fad20740))
52
+
53
+
54
+
55
+
3
56
  ## [1.24.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.23.2...js/eyes@1.24.0) (2024-10-21)
4
57
 
5
58
 
@@ -6,6 +6,8 @@ var IosDeviceNameEnum;
6
6
  (function (IosDeviceNameEnum) {
7
7
  IosDeviceNameEnum["iPad_7"] = "iPad (7th generation)";
8
8
  IosDeviceNameEnum["iPad_9"] = "iPad (9th generation)";
9
+ IosDeviceNameEnum["iPad_10"] = "iPad (10th generation)";
10
+ IosDeviceNameEnum["iPad_mini_6"] = "iPad mini (6th generation)";
9
11
  IosDeviceNameEnum["iPad_Air_4"] = "iPad Air (4th generation)";
10
12
  /** @deprecated use {@link iPad_Pro_12_9_inch_3 } instead */
11
13
  IosDeviceNameEnum["iPad_Pro_3"] = "iPad Pro (12.9-inch) (3rd generation)";
@@ -13,8 +15,8 @@ var IosDeviceNameEnum;
13
15
  /** @deprecated use {@link iPad_Pro_11_inch_4 } instead */
14
16
  IosDeviceNameEnum["iPad_Pro_4"] = "iPad Pro (11-inch) (4th generation)";
15
17
  IosDeviceNameEnum["iPad_Pro_11_inch_4"] = "iPad Pro (11-inch) (4th generation)";
16
- IosDeviceNameEnum["iPhone_8"] = "iPhone 8";
17
- IosDeviceNameEnum["iPhone_8_Plus"] = "iPhone 8 Plus";
18
+ IosDeviceNameEnum["iPhone_SE_2"] = "iPhone SE (2nd generation)";
19
+ IosDeviceNameEnum["iPhone_SE_3"] = "iPhone SE (3rd generation)";
18
20
  IosDeviceNameEnum["iPhone_X"] = "iPhone X";
19
21
  IosDeviceNameEnum["iPhone_XR"] = "iPhone XR";
20
22
  /** @deprecated use {@link iPhone_Xs } instead */
@@ -28,10 +30,19 @@ var IosDeviceNameEnum;
28
30
  IosDeviceNameEnum["iPhone_12_Pro_Max"] = "iPhone 12 Pro Max";
29
31
  IosDeviceNameEnum["iPhone_12_Pro"] = "iPhone 12 Pro";
30
32
  IosDeviceNameEnum["iPhone_13"] = "iPhone 13";
33
+ IosDeviceNameEnum["iPhone_13_mini"] = "iPhone 13 mini";
31
34
  IosDeviceNameEnum["iPhone_13_Pro_Max"] = "iPhone 13 Pro Max";
32
35
  IosDeviceNameEnum["iPhone_13_Pro"] = "iPhone 13 Pro";
33
36
  IosDeviceNameEnum["iPhone_14"] = "iPhone 14";
34
37
  IosDeviceNameEnum["iPhone_14_Pro_Max"] = "iPhone 14 Pro Max";
38
+ IosDeviceNameEnum["iPhone_14_Pro"] = "iPhone 14 Pro";
39
+ IosDeviceNameEnum["iPhone_14_Plus"] = "iPhone 14 Plus";
35
40
  IosDeviceNameEnum["iPhone_15"] = "iPhone 15";
36
41
  IosDeviceNameEnum["iPhone_15_Pro_Max"] = "iPhone 15 Pro Max";
42
+ IosDeviceNameEnum["iPhone_15_Pro"] = "iPhone 15 Pro";
43
+ IosDeviceNameEnum["iPhone_15_Plus"] = "iPhone 15 Plus";
44
+ IosDeviceNameEnum["iPhone_16"] = "iPhone 16";
45
+ IosDeviceNameEnum["iPhone_16_Pro_Max"] = "iPhone 16 Pro Max";
46
+ IosDeviceNameEnum["iPhone_16_Pro"] = "iPhone 16 Pro";
47
+ IosDeviceNameEnum["iPhone_16_Plus"] = "iPhone 16 Plus";
37
48
  })(IosDeviceNameEnum || (exports.IosDeviceNameEnum = IosDeviceNameEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.24.0",
3
+ "version": "1.25.0",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -45,7 +45,7 @@
45
45
  "test": "run --top-level mocha './test/**/*.spec.ts'"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/core": "4.21.0",
48
+ "@applitools/core": "4.21.1",
49
49
  "@applitools/logger": "2.0.18",
50
50
  "@applitools/utils": "1.7.4"
51
51
  },
@@ -1,6 +1,8 @@
1
1
  export declare enum IosDeviceNameEnum {
2
2
  iPad_7 = "iPad (7th generation)",
3
3
  iPad_9 = "iPad (9th generation)",
4
+ iPad_10 = "iPad (10th generation)",
5
+ iPad_mini_6 = "iPad mini (6th generation)",
4
6
  iPad_Air_4 = "iPad Air (4th generation)",
5
7
  /** @deprecated use {@link iPad_Pro_12_9_inch_3 } instead */
6
8
  iPad_Pro_3 = "iPad Pro (12.9-inch) (3rd generation)",
@@ -8,8 +10,8 @@ export declare enum IosDeviceNameEnum {
8
10
  /** @deprecated use {@link iPad_Pro_11_inch_4 } instead */
9
11
  iPad_Pro_4 = "iPad Pro (11-inch) (4th generation)",
10
12
  iPad_Pro_11_inch_4 = "iPad Pro (11-inch) (4th generation)",
11
- iPhone_8 = "iPhone 8",
12
- iPhone_8_Plus = "iPhone 8 Plus",
13
+ iPhone_SE_2 = "iPhone SE (2nd generation)",
14
+ iPhone_SE_3 = "iPhone SE (3rd generation)",
13
15
  iPhone_X = "iPhone X",
14
16
  iPhone_XR = "iPhone XR",
15
17
  /** @deprecated use {@link iPhone_Xs } instead */
@@ -23,11 +25,20 @@ export declare enum IosDeviceNameEnum {
23
25
  iPhone_12_Pro_Max = "iPhone 12 Pro Max",
24
26
  iPhone_12_Pro = "iPhone 12 Pro",
25
27
  iPhone_13 = "iPhone 13",
28
+ iPhone_13_mini = "iPhone 13 mini",
26
29
  iPhone_13_Pro_Max = "iPhone 13 Pro Max",
27
30
  iPhone_13_Pro = "iPhone 13 Pro",
28
31
  iPhone_14 = "iPhone 14",
29
32
  iPhone_14_Pro_Max = "iPhone 14 Pro Max",
33
+ iPhone_14_Pro = "iPhone 14 Pro",
34
+ iPhone_14_Plus = "iPhone 14 Plus",
30
35
  iPhone_15 = "iPhone 15",
31
- iPhone_15_Pro_Max = "iPhone 15 Pro Max"
36
+ iPhone_15_Pro_Max = "iPhone 15 Pro Max",
37
+ iPhone_15_Pro = "iPhone 15 Pro",
38
+ iPhone_15_Plus = "iPhone 15 Plus",
39
+ iPhone_16 = "iPhone 16",
40
+ iPhone_16_Pro_Max = "iPhone 16 Pro Max",
41
+ iPhone_16_Pro = "iPhone 16 Pro",
42
+ iPhone_16_Plus = "iPhone 16 Plus"
32
43
  }
33
44
  export type IosDeviceName = `${IosDeviceNameEnum}`;