@applitools/ec-client 1.12.15 → 1.12.17
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 +28 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.17](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.16...js/ec-client@1.12.17) (2026-01-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/driver bumped to 1.25.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
|
|
12
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.5
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.12.16](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.15...js/ec-client@1.12.16) (2026-01-11)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/driver bumped to 1.24.4
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
|
|
24
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.4
|
|
25
|
+
|
|
26
|
+
* @applitools/core-base bumped to 1.31.1
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
|
|
30
|
+
|
|
3
31
|
## [1.12.15](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.12.14...js/ec-client@1.12.15) (2025-12-14)
|
|
4
32
|
|
|
5
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.17",
|
|
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.31.
|
|
56
|
-
"@applitools/driver": "1.
|
|
55
|
+
"@applitools/core-base": "1.31.1",
|
|
56
|
+
"@applitools/driver": "1.25.0",
|
|
57
57
|
"@applitools/logger": "2.2.7",
|
|
58
58
|
"@applitools/req": "1.8.7",
|
|
59
59
|
"@applitools/socket": "1.3.8",
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.5.
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.5.5",
|
|
61
61
|
"@applitools/tunnel-client": "1.11.5",
|
|
62
62
|
"@applitools/utils": "1.14.1",
|
|
63
63
|
"abort-controller": "3.0.0",
|