@applitools/ec-client 1.12.21 → 1.12.22
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.
- package/CHANGELOG.md +23 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.22](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.21...js/ec-client@1.12.22) (2026-03-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/snippets bumped to 2.8.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
|
+
* @applitools/driver bumped to 1.25.3
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* 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))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.8
|
|
20
|
+
|
|
21
|
+
* @applitools/core-base bumped to 1.32.2
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
|
|
25
|
+
|
|
3
26
|
## [1.12.21](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.20...js/ec-client@1.12.21) (2026-03-08)
|
|
4
27
|
|
|
5
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.22",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@applitools/core-base": "1.32.
|
|
56
|
-
"@applitools/driver": "1.25.
|
|
55
|
+
"@applitools/core-base": "1.32.2",
|
|
56
|
+
"@applitools/driver": "1.25.3",
|
|
57
57
|
"@applitools/logger": "2.2.9",
|
|
58
58
|
"@applitools/req": "1.9.1",
|
|
59
59
|
"@applitools/socket": "1.3.10",
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.5.
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.5.8",
|
|
61
61
|
"@applitools/utils": "1.14.2",
|
|
62
62
|
"abort-controller": "3.0.0",
|
|
63
63
|
"webdriver": "7.31.1",
|