@applitools/eyes 1.38.3 → 1.38.5

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,73 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.38.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.4...js/eyes@1.38.5) (2026-03-01)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.15.9
14
+ #### Bug Fixes
15
+
16
+ * expand CSS vars in CSSOM-injected style tags | FLD-4106 ([0821f9e](https://github.com/Applitools-Dev/sdk/commit/0821f9e7f6b20ec05387a8523dc0254bac22591b))
17
+ * @applitools/image bumped to 1.2.7
18
+ #### Performance Improvements
19
+
20
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
21
+ * @applitools/screenshoter bumped to 3.12.14
22
+ #### Performance Improvements
23
+
24
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
25
+
26
+
27
+
28
+ * @applitools/nml-client bumped to 1.11.17
29
+ #### Performance Improvements
30
+
31
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
32
+
33
+
34
+
35
+ * @applitools/ufg-client bumped to 1.19.2
36
+ #### Performance Improvements
37
+
38
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
39
+
40
+
41
+
42
+ * @applitools/core-base bumped to 1.31.3
43
+ #### Performance Improvements
44
+
45
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
46
+
47
+
48
+
49
+ * @applitools/ec-client bumped to 1.12.19
50
+ #### Performance Improvements
51
+
52
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
53
+
54
+
55
+
56
+ * @applitools/core bumped to 4.56.3
57
+ #### Performance Improvements
58
+
59
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
60
+
61
+
62
+
63
+
64
+ ## [1.38.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.3...js/eyes@1.38.4) (2026-02-24)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * add iphone 15 chrome emulation | FLD-4087 ([#3525](https://github.com/Applitools-Dev/sdk/issues/3525)) ([ddcc6c0](https://github.com/Applitools-Dev/sdk/commit/ddcc6c012d1874241433ca274508ece38f2dd222))
70
+
3
71
  ## [1.38.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.2...js/eyes@1.38.3) (2026-02-16)
4
72
 
5
73
 
@@ -108,4 +108,5 @@ var DeviceNameEnum;
108
108
  DeviceNameEnum["Xiaomi_Poco_X3"] = "Xiaomi Poco X3";
109
109
  DeviceNameEnum["iPhone_5_SE"] = "iPhone 5/SE";
110
110
  DeviceNameEnum["Pixel_7"] = "Pixel 7";
111
+ DeviceNameEnum["iPhone_15"] = "iPhone 15";
111
112
  })(DeviceNameEnum || (exports.DeviceNameEnum = DeviceNameEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.38.3",
3
+ "version": "1.38.5",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -50,7 +50,7 @@
50
50
  "test": "run --top-level mocha './test/**/*.spec.ts'"
51
51
  },
52
52
  "dependencies": {
53
- "@applitools/core": "4.56.2",
53
+ "@applitools/core": "4.56.3",
54
54
  "@applitools/logger": "2.2.8",
55
55
  "@applitools/utils": "1.14.1",
56
56
  "chalk": "4.1.2",
@@ -69,7 +69,8 @@
69
69
  "lavamoat": {
70
70
  "allowScripts": {
71
71
  "@applitools/core>ws>bufferutil": false,
72
- "@applitools/core>ws>utf-8-validate": false
72
+ "@applitools/core>ws>utf-8-validate": false,
73
+ "@applitools/core>@applitools/core-base>@applitools/image>sharp": false
73
74
  }
74
75
  }
75
76
  }
@@ -102,6 +102,7 @@ export declare enum DeviceNameEnum {
102
102
  Xiaomi_Mi_Poco_X3_Pro = "Xiaomi Mi Poco X3 Pro",
103
103
  Xiaomi_Poco_X3 = "Xiaomi Poco X3",
104
104
  iPhone_5_SE = "iPhone 5/SE",
105
- Pixel_7 = "Pixel 7"
105
+ Pixel_7 = "Pixel 7",
106
+ iPhone_15 = "iPhone 15"
106
107
  }
107
108
  export type DeviceName = `${DeviceNameEnum}`;