@applitools/eyes-testcafe 6.3.30 → 6.3.31

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 +63 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,69 @@
13
13
 
14
14
 
15
15
 
16
+ ## [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
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.16.0
22
+ #### Features
23
+
24
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
25
+
26
+
27
+
28
+ * @applitools/snippets bumped to 2.8.0
29
+ #### Features
30
+
31
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
32
+ * @applitools/dom-capture bumped to 11.6.12
33
+ #### Bug Fixes
34
+
35
+ * prevent [object Object] in DOM capture for CORS iframes | FLD-4181 ([#3620](https://github.com/Applitools-Dev/sdk/issues/3620)) ([afe91e7](https://github.com/Applitools-Dev/sdk/commit/afe91e7b26e9ad5d37d2098b17ecf139794075ef))
36
+ * @applitools/driver bumped to 1.25.3
37
+ #### Bug Fixes
38
+
39
+ * enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
40
+
41
+
42
+
43
+ * @applitools/ufg-client bumped to 1.20.0
44
+ #### Features
45
+
46
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
47
+ * @applitools/core bumped to 4.58.0
48
+ #### Features
49
+
50
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
51
+
52
+
53
+ #### Bug Fixes
54
+
55
+ * enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
56
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
57
+
58
+
59
+
60
+ * @applitools/spec-driver-webdriver bumped to 1.5.8
61
+
62
+ * @applitools/spec-driver-selenium bumped to 1.7.14
63
+
64
+ * @applitools/spec-driver-puppeteer bumped to 1.7.3
65
+
66
+ * @applitools/screenshoter bumped to 3.12.16
67
+
68
+ * @applitools/nml-client bumped to 1.11.20
69
+
70
+ * @applitools/core-base bumped to 1.32.2
71
+ #### Bug Fixes
72
+
73
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
74
+ * @applitools/ec-client bumped to 1.12.22
75
+
76
+ * @applitools/eyes bumped to 1.38.9
77
+
78
+
16
79
  ## [6.3.30](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.29...js/eyes-testcafe@6.3.30) (2026-03-08)
17
80
 
18
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.30",
3
+ "version": "6.3.31",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,8 +68,8 @@
68
68
  "up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/driver": "1.25.2",
72
- "@applitools/eyes": "1.38.8",
71
+ "@applitools/driver": "1.25.3",
72
+ "@applitools/eyes": "1.38.9",
73
73
  "@applitools/utils": "1.14.2"
74
74
  },
75
75
  "devDependencies": {