@applitools/screenshoter 3.8.36 → 3.8.38

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 +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.38](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.37...js/screenshoter@3.8.38) (2024-10-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.19.2
9
+ #### Bug Fixes
10
+
11
+ * cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
12
+ * @applitools/spec-driver-webdriver bumped to 1.1.14
13
+
14
+
15
+ ## [3.8.37](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.36...js/screenshoter@3.8.37) (2024-09-16)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/snippets bumped to 2.5.0
21
+ #### Features
22
+
23
+ * add playwright fixture ([#2412](https://github.com/Applitools-Dev/sdk/issues/2412)) ([0632e93](https://github.com/Applitools-Dev/sdk/commit/0632e93dd7f53029a8c5f4230d22a05abf5fefd4))
24
+
25
+
26
+ #### Bug Fixes
27
+
28
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
29
+ * @applitools/driver bumped to 1.19.1
30
+ #### Bug Fixes
31
+
32
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
33
+
34
+
35
+
36
+ * @applitools/spec-driver-webdriver bumped to 1.1.13
37
+
38
+
3
39
  ## [3.8.36](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.35...js/screenshoter@3.8.36) (2024-09-10)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.8.36",
3
+ "version": "3.8.38",
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.19.0",
66
- "@applitools/spec-driver-webdriver": "^1.1.12",
65
+ "@applitools/driver": "^1.19.2",
66
+ "@applitools/spec-driver-webdriver": "^1.1.14",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",