@applitools/eyes-selenium 4.82.30 → 4.82.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
@@ -1,5 +1,68 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.82.31](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.30...js/eyes-selenium@4.82.31) (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/ufg-client bumped to 1.20.0
31
+ #### Features
32
+
33
+ * 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))
34
+ * @applitools/core bumped to 4.58.0
35
+ #### Features
36
+
37
+ * 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))
38
+
39
+
40
+ #### Bug Fixes
41
+
42
+ * 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))
43
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
44
+
45
+
46
+
47
+ * @applitools/spec-driver-webdriver bumped to 1.5.8
48
+
49
+ * @applitools/spec-driver-selenium bumped to 1.7.14
50
+
51
+ * @applitools/spec-driver-puppeteer bumped to 1.7.3
52
+
53
+ * @applitools/screenshoter bumped to 3.12.16
54
+
55
+ * @applitools/nml-client bumped to 1.11.20
56
+
57
+ * @applitools/core-base bumped to 1.32.2
58
+ #### Bug Fixes
59
+
60
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
61
+ * @applitools/ec-client bumped to 1.12.22
62
+
63
+ * @applitools/eyes bumped to 1.38.9
64
+
65
+
3
66
  ## [4.82.30](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.29...js/eyes-selenium@4.82.30) (2026-03-08)
4
67
 
5
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.82.30",
3
+ "version": "4.82.31",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -41,8 +41,8 @@
41
41
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/eyes": "1.38.8",
45
- "@applitools/spec-driver-selenium": "1.7.13"
44
+ "@applitools/eyes": "1.38.9",
45
+ "@applitools/spec-driver-selenium": "1.7.14"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",