@applitools/screenshoter 3.12.18 → 3.12.20
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 +50 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,55 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.12.20](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.19...js/screenshoter@3.12.20) (2026-05-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/snippets bumped to 2.9.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* declare @babel/preset-typescript dep for sandbox build ([#3815](https://github.com/Applitools-Dev/sdk/issues/3815)) ([10c44c6](https://github.com/Applitools-Dev/sdk/commit/10c44c66635f1ed4e0361f22ecebf2221c2cc912))
|
|
12
|
+
* @applitools/driver bumped to 1.26.1
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.1
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.12.19](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.18...js/screenshoter@3.12.19) (2026-05-05)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* @applitools/dom-shared bumped to 1.2.0
|
|
28
|
+
#### Features
|
|
29
|
+
|
|
30
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
31
|
+
* @applitools/snippets bumped to 2.9.0
|
|
32
|
+
#### Features
|
|
33
|
+
|
|
34
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* @applitools/driver bumped to 1.26.0
|
|
39
|
+
#### Features
|
|
40
|
+
|
|
41
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.0
|
|
46
|
+
#### Features
|
|
47
|
+
|
|
48
|
+
* add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
3
53
|
## [3.12.18](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.17...js/screenshoter@3.12.18) (2026-04-16)
|
|
4
54
|
|
|
5
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.20",
|
|
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.2.10",
|
|
60
60
|
"@applitools/logger": "2.2.11",
|
|
61
|
-
"@applitools/snippets": "2.
|
|
61
|
+
"@applitools/snippets": "2.9.1",
|
|
62
62
|
"@applitools/utils": "1.14.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.
|
|
66
|
-
"@applitools/spec-driver-webdriver": "^1.
|
|
65
|
+
"@applitools/driver": "^1.26.1",
|
|
66
|
+
"@applitools/spec-driver-webdriver": "^1.6.1",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
68
|
"appium": "^1.22.3",
|
|
69
69
|
"pixelmatch": "^5.3.0",
|