@applitools/eyes-testcafe 6.3.31 → 6.3.33

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 +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,38 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.33](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.32...js/eyes-testcafe@6.3.33) (2026-03-16)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.16.1
22
+ #### Bug Fixes
23
+
24
+ * capture slot assigned nodes in custom shadow roots | FLD-4226 ([#3666](https://github.com/Applitools-Dev/sdk/issues/3666)) ([a794617](https://github.com/Applitools-Dev/sdk/commit/a79461719b76a551838198a426f4b0b8b6d0df51))
25
+ * @applitools/core bumped to 4.58.2
26
+
27
+ * @applitools/eyes bumped to 1.38.11
28
+
29
+
30
+ ## [6.3.32](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.31...js/eyes-testcafe@6.3.32) (2026-03-16)
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * @applitools/nml-client bumped to 1.11.21
36
+
37
+ * @applitools/core-base bumped to 1.32.3
38
+ #### Bug Fixes
39
+
40
+ * pass gzip content encoding | FLD-4293 ([#3649](https://github.com/Applitools-Dev/sdk/issues/3649)) ([b78ebaa](https://github.com/Applitools-Dev/sdk/commit/b78ebaa0bb0d9aeae0d5b7031d320ca10b5f608b))
41
+ * @applitools/ec-client bumped to 1.12.23
42
+
43
+ * @applitools/core bumped to 4.58.1
44
+
45
+ * @applitools/eyes bumped to 1.38.10
46
+
47
+
16
48
  ## [6.3.31](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.30...js/eyes-testcafe@6.3.31) (2026-03-12)
17
49
 
18
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.31",
3
+ "version": "6.3.33",
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.3",
72
- "@applitools/eyes": "1.38.9",
72
+ "@applitools/eyes": "1.38.11",
73
73
  "@applitools/utils": "1.14.2"
74
74
  },
75
75
  "devDependencies": {