@applitools/eyes-cypress 3.58.8 → 3.58.9

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 +70 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.58.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.58.8...js/eyes-cypress@3.58.9) (2026-03-12)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.16.0
9
+ #### Features
10
+
11
+ * 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))
12
+
13
+
14
+
15
+ * @applitools/snippets bumped to 2.8.0
16
+ #### Features
17
+
18
+ * 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))
19
+ * @applitools/dom-capture bumped to 11.6.12
20
+ #### Bug Fixes
21
+
22
+ * 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))
23
+ * @applitools/driver bumped to 1.25.3
24
+ #### Bug Fixes
25
+
26
+ * 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))
27
+
28
+
29
+
30
+ * @applitools/core-base bumped to 1.32.2
31
+ #### Bug Fixes
32
+
33
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
34
+ * @applitools/core-universal bumped to 1.0.4
35
+ #### Bug Fixes
36
+
37
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
38
+
39
+
40
+
41
+ * @applitools/spec-driver-webdriver bumped to 1.5.8
42
+
43
+ * @applitools/spec-driver-selenium bumped to 1.7.14
44
+
45
+ * @applitools/spec-driver-puppeteer bumped to 1.7.3
46
+
47
+ * @applitools/screenshoter bumped to 3.12.16
48
+
49
+ * @applitools/nml-client bumped to 1.11.20
50
+
51
+ * @applitools/ufg-client bumped to 1.20.0
52
+ #### Features
53
+
54
+ * 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))
55
+ * @applitools/ec-client bumped to 1.12.22
56
+
57
+ * @applitools/core bumped to 4.58.0
58
+ #### Features
59
+
60
+ * 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))
61
+
62
+
63
+ #### Bug Fixes
64
+
65
+ * 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))
66
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
67
+
68
+
69
+
70
+ * @applitools/eyes bumped to 1.38.9
71
+
72
+
3
73
  ## [3.58.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-cypress@3.58.7...js/eyes-cypress@3.58.8) (2026-03-08)
4
74
 
5
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.58.8",
3
+ "version": "3.58.9",
4
4
  "homepage": "https://applitools.com/tutorials/sdks/cypress",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -52,9 +52,9 @@
52
52
  "setup": "run --top-level xvfb:setup"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core": "4.57.2",
56
- "@applitools/core-universal": "1.0.3",
57
- "@applitools/eyes": "1.38.8",
55
+ "@applitools/core": "4.58.0",
56
+ "@applitools/core-universal": "1.0.4",
57
+ "@applitools/eyes": "1.38.9",
58
58
  "@applitools/functional-commons": "1.6.0",
59
59
  "@applitools/logger": "2.2.9",
60
60
  "@applitools/utils": "1.14.2",
@@ -90,7 +90,7 @@
90
90
  "he": "^1.2.0",
91
91
  "jsdom": "^25.0.1",
92
92
  "lodash.omit": "4.5.0",
93
- "mocha": "^10.2.0",
93
+ "mocha": "^11.7.5",
94
94
  "mocha-multi": "^1.1.7",
95
95
  "morgan": "1.9.1",
96
96
  "ncp": "2.0.0",