@applitools/screenshoter 3.12.14 → 3.12.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.12.16](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.15...js/screenshoter@3.12.16) (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
+
22
+ ## [3.12.15](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.14...js/screenshoter@3.12.15) (2026-03-08)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/utils bumped to 1.14.2
33
+ #### Bug Fixes
34
+
35
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
36
+ * @applitools/logger bumped to 2.2.9
37
+ #### Bug Fixes
38
+
39
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
40
+
41
+
42
+
43
+ * @applitools/image bumped to 1.2.8
44
+ #### Bug Fixes
45
+
46
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
47
+
48
+
49
+
50
+ * @applitools/snippets bumped to 2.7.1
51
+ #### Bug Fixes
52
+
53
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
54
+ * @applitools/driver bumped to 1.25.2
55
+ #### Bug Fixes
56
+
57
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
58
+
59
+
60
+
61
+ * @applitools/spec-driver-webdriver bumped to 1.5.7
62
+ #### Bug Fixes
63
+
64
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
65
+
66
+
67
+
68
+ * @applitools/test-server bumped to 1.4.1
69
+ #### Bug Fixes
70
+
71
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
72
+
73
+
74
+
75
+
3
76
  ## [3.12.14](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.13...js/screenshoter@3.12.14) (2026-03-01)
4
77
 
5
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.12.14",
3
+ "version": "3.12.16",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -56,14 +56,14 @@
56
56
  "appium:setup": "mkdir -p ./logs && appium --address 127.0.0.1 --port 4723 --base-path /wd/hub --log-level error:info --log ./logs/appium.log --relaxed-security &"
57
57
  },
58
58
  "dependencies": {
59
- "@applitools/image": "1.2.7",
60
- "@applitools/logger": "2.2.8",
61
- "@applitools/snippets": "2.7.0",
62
- "@applitools/utils": "1.14.1"
59
+ "@applitools/image": "1.2.8",
60
+ "@applitools/logger": "2.2.9",
61
+ "@applitools/snippets": "2.8.0",
62
+ "@applitools/utils": "1.14.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.25.1",
66
- "@applitools/spec-driver-webdriver": "^1.5.6",
65
+ "@applitools/driver": "^1.25.3",
66
+ "@applitools/spec-driver-webdriver": "^1.5.8",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",