@applitools/ec-client 1.9.7 → 1.9.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.
- package/CHANGELOG.md +36 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.9](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.8...js/ec-client@1.9.9) (2024-10-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/snippets bumped to 2.5.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
|
|
12
|
+
* @applitools/driver bumped to 1.19.3
|
|
13
|
+
|
|
14
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.15
|
|
15
|
+
|
|
16
|
+
* @applitools/core-base bumped to 1.18.0
|
|
17
|
+
#### Features
|
|
18
|
+
|
|
19
|
+
* ability to download side by side with highlighted diffs (2419) ([#2530](https://github.com/Applitools-Dev/sdk/issues/2530)) ([e06ce69](https://github.com/Applitools-Dev/sdk/commit/e06ce699f30e9e444ac58dafdf5989ff1c96ca1c))
|
|
20
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
|
21
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
|
22
|
+
|
|
23
|
+
## [1.9.8](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.7...js/ec-client@1.9.8) (2024-10-03)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* @applitools/driver bumped to 1.19.2
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
|
|
32
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.14
|
|
33
|
+
|
|
34
|
+
* @applitools/core-base bumped to 1.17.2
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
|
|
38
|
+
|
|
3
39
|
## [1.9.7](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.6...js/ec-client@1.9.7) (2024-10-01)
|
|
4
40
|
|
|
5
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/ec-client",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.9",
|
|
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.
|
|
56
|
-
"@applitools/driver": "1.19.
|
|
55
|
+
"@applitools/core-base": "1.18.0",
|
|
56
|
+
"@applitools/driver": "1.19.3",
|
|
57
57
|
"@applitools/logger": "2.0.18",
|
|
58
58
|
"@applitools/req": "1.7.2",
|
|
59
59
|
"@applitools/socket": "1.1.18",
|
|
60
|
-
"@applitools/spec-driver-webdriver": "1.1.
|
|
60
|
+
"@applitools/spec-driver-webdriver": "1.1.15",
|
|
61
61
|
"@applitools/tunnel-client": "1.5.8",
|
|
62
62
|
"@applitools/utils": "1.7.4",
|
|
63
63
|
"abort-controller": "3.0.0",
|