@applitools/screenshoter 3.8.35 → 3.8.37

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 +42 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.37](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.36...js/screenshoter@3.8.37) (2024-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.5.0
9
+ #### Features
10
+
11
+ * add playwright fixture ([#2412](https://github.com/Applitools-Dev/sdk/issues/2412)) ([0632e93](https://github.com/Applitools-Dev/sdk/commit/0632e93dd7f53029a8c5f4230d22a05abf5fefd4))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
17
+ * @applitools/driver bumped to 1.19.1
18
+ #### Bug Fixes
19
+
20
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
21
+
22
+
23
+
24
+ * @applitools/spec-driver-webdriver bumped to 1.1.13
25
+
26
+
27
+ ## [3.8.36](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.35...js/screenshoter@3.8.36) (2024-09-10)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/driver bumped to 1.19.0
33
+ #### Features
34
+
35
+ * add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
36
+
37
+
38
+ #### Bug Fixes
39
+
40
+ * handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
41
+ * searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
42
+ * @applitools/spec-driver-webdriver bumped to 1.1.12
43
+
44
+
3
45
  ## [3.8.35](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.34...js/screenshoter@3.8.35) (2024-07-23)
4
46
 
5
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.8.35",
3
+ "version": "3.8.37",
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.13",
60
60
  "@applitools/logger": "2.0.18",
61
- "@applitools/snippets": "2.4.27",
61
+ "@applitools/snippets": "2.5.0",
62
62
  "@applitools/utils": "1.7.4"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.18.0",
66
- "@applitools/spec-driver-webdriver": "^1.1.11",
65
+ "@applitools/driver": "^1.19.1",
66
+ "@applitools/spec-driver-webdriver": "^1.1.13",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",