@applitools/screenshoter 3.8.20 → 3.8.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 +29 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.8.22](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.21...js/screenshoter@3.8.22) (2024-02-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.56
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* avoid error when extracting driver capabilities ([#2176](https://github.com/applitools/eyes.sdk.javascript1/issues/2176)) ([8971f1c](https://github.com/applitools/eyes.sdk.javascript1/commit/8971f1c07a73c1259e117c5c3c8d43d1d324c584))
|
|
12
|
+
|
|
13
|
+
## [3.8.21](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.20...js/screenshoter@3.8.21) (2024-01-30)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/snippets bumped to 2.4.25
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
|
|
22
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.55
|
|
23
|
+
|
|
24
|
+
* @applitools/driver bumped to 1.16.2
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
3
32
|
## [3.8.20](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.19...js/screenshoter@3.8.20) (2023-12-19)
|
|
4
33
|
|
|
5
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.22",
|
|
4
4
|
"description": "Applitools universal screenshoter for web and native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@applitools/image": "1.1.9",
|
|
60
60
|
"@applitools/logger": "2.0.14",
|
|
61
|
-
"@applitools/snippets": "2.4.
|
|
61
|
+
"@applitools/snippets": "2.4.25",
|
|
62
62
|
"@applitools/utils": "1.7.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.16.
|
|
66
|
-
"@applitools/spec-driver-webdriver": "^1.0.
|
|
65
|
+
"@applitools/driver": "^1.16.2",
|
|
66
|
+
"@applitools/spec-driver-webdriver": "^1.0.56",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
68
|
"appium": "^1.22.3",
|
|
69
69
|
"pixelmatch": "^5.3.0",
|