@applitools/eyes-browser 1.6.1 → 1.6.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/dist/index.js +2424 -3973
  3. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.1...js/eyes-browser@1.6.2) (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
+ * @applitools/eyes bumped to 1.38.5
64
+ #### Performance Improvements
65
+
66
+ * 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))
67
+
68
+
69
+
70
+
3
71
  ## [1.6.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.6.0...js/eyes-browser@1.6.1) (2026-02-24)
4
72
 
5
73