@applitools/eyes-testcafe 6.3.34 → 6.3.36

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 +51 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,57 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.36](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.35...js/eyes-testcafe@6.3.36) (2026-04-13)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.16.3
22
+ #### Bug Fixes
23
+
24
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
25
+ * @applitools/nml-client bumped to 1.11.23
26
+ #### Bug Fixes
27
+
28
+ * log nml responses | FLD-4433 ([#3757](https://github.com/Applitools-Dev/sdk/issues/3757)) ([70f0bcd](https://github.com/Applitools-Dev/sdk/commit/70f0bcdaa00b60f6fe8f2177b1713b92c8232c27))
29
+ * @applitools/ufg-client bumped to 1.20.2
30
+ #### Bug Fixes
31
+
32
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
33
+ * @applitools/core bumped to 4.59.2
34
+ #### Bug Fixes
35
+
36
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
37
+
38
+
39
+
40
+ * @applitools/eyes bumped to 1.38.14
41
+ #### Bug Fixes
42
+
43
+ * protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
44
+
45
+
46
+
47
+
48
+ ## [6.3.35](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.34...js/eyes-testcafe@6.3.35) (2026-04-06)
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * @applitools/dom-capture bumped to 11.7.0
54
+ #### Features
55
+
56
+ * add elementFromPointCheckStatus to DOM capture output | AD-13066 ([#3690](https://github.com/Applitools-Dev/sdk/issues/3690)) ([4fbb117](https://github.com/Applitools-Dev/sdk/commit/4fbb117d53a9a44248772100947ed68133f5b5db))
57
+ * @applitools/core bumped to 4.59.1
58
+
59
+ * @applitools/eyes bumped to 1.38.13
60
+ #### Bug Fixes
61
+
62
+ * add NML capabilities | Fld 2828 ([#3745](https://github.com/Applitools-Dev/sdk/issues/3745)) ([1c8173e](https://github.com/Applitools-Dev/sdk/commit/1c8173ee5bcf26527c0a9ba58a063028a329f6c4))
63
+
64
+
65
+
66
+
16
67
  ## [6.3.34](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.33...js/eyes-testcafe@6.3.34) (2026-03-29)
17
68
 
18
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.34",
3
+ "version": "6.3.36",
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.4",
72
- "@applitools/eyes": "1.38.12",
72
+ "@applitools/eyes": "1.38.14",
73
73
  "@applitools/utils": "1.14.3"
74
74
  },
75
75
  "devDependencies": {