@applitools/screenshoter 3.11.0 → 3.11.2

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 +41 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.11.2](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.11.1...js/screenshoter@3.11.2) (2025-04-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.21.2
9
+ #### Bug Fixes
10
+
11
+ * not properly detected platform if written with underscore | FLD-2892 ([#2934](https://github.com/Applitools-Dev/sdk/issues/2934)) ([5ca4eb9](https://github.com/Applitools-Dev/sdk/commit/5ca4eb9d952cb089b7b3678d0d6f242ac7f9dad5))
12
+ * @applitools/spec-driver-webdriver bumped to 1.2.3
13
+
14
+
15
+ ## [3.11.1](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.11.0...js/screenshoter@3.11.1) (2025-04-17)
16
+
17
+
18
+ ### Performance Improvements
19
+
20
+ * cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/snippets bumped to 2.6.5
26
+ #### Performance Improvements
27
+
28
+ * cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
29
+ * @applitools/driver bumped to 1.21.1
30
+ #### Bug Fixes
31
+
32
+ * executePoll error logging FLD-2870 ([#2890](https://github.com/Applitools-Dev/sdk/issues/2890)) ([a8ff720](https://github.com/Applitools-Dev/sdk/commit/a8ff720efafacabe2023282748a6d8a0f1b3ff73))
33
+
34
+
35
+
36
+ * @applitools/spec-driver-webdriver bumped to 1.2.2
37
+ #### Performance Improvements
38
+
39
+ * cachify http agent ([#2466](https://github.com/Applitools-Dev/sdk/issues/2466)) ([bc2f4a1](https://github.com/Applitools-Dev/sdk/commit/bc2f4a1fae3c379f061c9199edf4c5257769fb44))
40
+
41
+
42
+
43
+
3
44
  ## [3.11.0](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.10.7...js/screenshoter@3.11.0) (2025-03-30)
4
45
 
5
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.11.0",
3
+ "version": "3.11.2",
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.18",
60
60
  "@applitools/logger": "2.1.2",
61
- "@applitools/snippets": "2.6.4",
61
+ "@applitools/snippets": "2.6.5",
62
62
  "@applitools/utils": "1.8.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.21.0",
66
- "@applitools/spec-driver-webdriver": "^1.2.1",
65
+ "@applitools/driver": "^1.21.2",
66
+ "@applitools/spec-driver-webdriver": "^1.2.3",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",