@applitools/eyes 1.31.2 → 1.32.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,63 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.32.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.3...js/eyes@1.32.0) (2025-01-30)
4
+
5
+
6
+ ### Features
7
+
8
+ * 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))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.11.15
14
+
15
+ * @applitools/driver bumped to 1.20.4
16
+ #### Bug Fixes
17
+
18
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
19
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
20
+
21
+ * @applitools/spec-driver-selenium bumped to 1.5.95
22
+
23
+ * @applitools/spec-driver-puppeteer bumped to 1.4.24
24
+
25
+ * @applitools/screenshoter bumped to 3.10.5
26
+
27
+ * @applitools/nml-client bumped to 1.8.24
28
+
29
+ * @applitools/ufg-client bumped to 1.16.3
30
+ #### Bug Fixes
31
+
32
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
33
+ * @applitools/ec-client bumped to 1.10.3
34
+
35
+ * @applitools/core bumped to 4.31.0
36
+ #### Features
37
+
38
+ * 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))
39
+
40
+
41
+ #### Bug Fixes
42
+
43
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
44
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
45
+
46
+
47
+
48
+
49
+ ## [1.31.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.2...js/eyes@1.31.3) (2025-01-23)
50
+
51
+
52
+ ### Dependencies
53
+
54
+ * @applitools/ufg-client bumped to 1.16.2
55
+ #### Bug Fixes
56
+
57
+ * stabilize page in storybook ([#2751](https://github.com/Applitools-Dev/sdk/issues/2751)) ([2a3b85e](https://github.com/Applitools-Dev/sdk/commit/2a3b85e2b052cd44260c11622b91b8a5c94736a8))
58
+ * @applitools/core bumped to 4.30.1
59
+
60
+
3
61
  ## [1.31.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.1...js/eyes@1.31.2) (2025-01-22)
4
62
 
5
63
 
@@ -17,7 +17,6 @@ var IosDeviceNameEnum;
17
17
  IosDeviceNameEnum["iPad_Pro_11_inch_4"] = "iPad Pro (11-inch) (4th generation)";
18
18
  IosDeviceNameEnum["iPhone_SE_2"] = "iPhone SE (2nd generation)";
19
19
  IosDeviceNameEnum["iPhone_SE_3"] = "iPhone SE (3rd generation)";
20
- IosDeviceNameEnum["iPhone_X"] = "iPhone X";
21
20
  IosDeviceNameEnum["iPhone_XR"] = "iPhone XR";
22
21
  /** @deprecated use {@link iPhone_Xs } instead */
23
22
  IosDeviceNameEnum["iPhone_XS"] = "iPhone Xs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.31.2",
3
+ "version": "1.32.0",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,7 +46,7 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.30.0",
49
+ "@applitools/core": "4.31.0",
50
50
  "@applitools/logger": "2.1.0",
51
51
  "@applitools/utils": "1.7.7",
52
52
  "chalk": "4.1.2"
@@ -12,7 +12,6 @@ export declare enum IosDeviceNameEnum {
12
12
  iPad_Pro_11_inch_4 = "iPad Pro (11-inch) (4th generation)",
13
13
  iPhone_SE_2 = "iPhone SE (2nd generation)",
14
14
  iPhone_SE_3 = "iPhone SE (3rd generation)",
15
- iPhone_X = "iPhone X",
16
15
  iPhone_XR = "iPhone XR",
17
16
  /** @deprecated use {@link iPhone_Xs } instead */
18
17
  iPhone_XS = "iPhone Xs",