@applitools/eyes-testcafe 6.3.26 → 6.3.27

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 (2) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,74 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.27](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.26...js/eyes-testcafe@6.3.27) (2026-03-01)
17
+
18
+
19
+ ### Performance Improvements
20
+
21
+ * 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))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/dom-snapshot bumped to 4.15.9
27
+ #### Bug Fixes
28
+
29
+ * expand CSS vars in CSSOM-injected style tags | FLD-4106 ([0821f9e](https://github.com/Applitools-Dev/sdk/commit/0821f9e7f6b20ec05387a8523dc0254bac22591b))
30
+ * @applitools/image bumped to 1.2.7
31
+ #### Performance Improvements
32
+
33
+ * 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))
34
+ * @applitools/screenshoter bumped to 3.12.14
35
+ #### Performance Improvements
36
+
37
+ * 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))
38
+
39
+
40
+
41
+ * @applitools/nml-client bumped to 1.11.17
42
+ #### Performance Improvements
43
+
44
+ * 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))
45
+
46
+
47
+
48
+ * @applitools/ufg-client bumped to 1.19.2
49
+ #### Performance Improvements
50
+
51
+ * 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))
52
+
53
+
54
+
55
+ * @applitools/core-base bumped to 1.31.3
56
+ #### Performance Improvements
57
+
58
+ * 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))
59
+
60
+
61
+
62
+ * @applitools/ec-client bumped to 1.12.19
63
+ #### Performance Improvements
64
+
65
+ * 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))
66
+
67
+
68
+
69
+ * @applitools/core bumped to 4.56.3
70
+ #### Performance Improvements
71
+
72
+ * 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))
73
+
74
+
75
+
76
+ * @applitools/eyes bumped to 1.38.5
77
+ #### Performance Improvements
78
+
79
+ * 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))
80
+
81
+
82
+
83
+
16
84
  ## [6.3.26](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.25...js/eyes-testcafe@6.3.26) (2026-02-24)
17
85
 
18
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.26",
3
+ "version": "6.3.27",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@applitools/driver": "1.25.1",
72
- "@applitools/eyes": "1.38.4",
72
+ "@applitools/eyes": "1.38.5",
73
73
  "@applitools/utils": "1.14.1"
74
74
  },
75
75
  "devDependencies": {
@@ -92,7 +92,8 @@
92
92
  "lavamoat": {
93
93
  "allowScripts": {
94
94
  "testcafe>testcafe-hammerhead>ws>bufferutil": false,
95
- "testcafe>testcafe-hammerhead>ws>utf-8-validate": false
95
+ "testcafe>testcafe-hammerhead>ws>utf-8-validate": false,
96
+ "@applitools/eyes>@applitools/core>@applitools/core-base>@applitools/image>sharp": false
96
97
  }
97
98
  }
98
99
  }