@applitools/screenshoter 3.8.9 → 3.8.11

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 +37 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.11](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.10...js/screenshoter@3.8.11) (2023-09-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.4.24
9
+ #### Bug Fixes
10
+
11
+ * add support to shadow dom iframe ([#1925](https://github.com/applitools/eyes.sdk.javascript1/issues/1925)) ([a06b955](https://github.com/applitools/eyes.sdk.javascript1/commit/a06b9555a3b37918fe43a90e92c0a94f765151cc))
12
+ * @applitools/spec-driver-webdriver bumped to 1.0.45
13
+
14
+ * @applitools/driver bumped to 1.14.1
15
+
16
+
17
+ ## [3.8.10](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.9...js/screenshoter@3.8.10) (2023-09-04)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * @applitools/utils bumped to 1.6.0
23
+ #### Features
24
+
25
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
26
+ * @applitools/driver bumped to 1.14.0
27
+ #### Features
28
+
29
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
30
+
31
+
32
+
33
+ * @applitools/logger bumped to 2.0.10
34
+
35
+ * @applitools/image bumped to 1.1.5
36
+
37
+ * @applitools/spec-driver-webdriver bumped to 1.0.44
38
+
39
+
3
40
  ## [3.8.9](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.8...js/screenshoter@3.8.9) (2023-08-30)
4
41
 
5
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.8.9",
3
+ "version": "3.8.11",
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.1.4",
60
- "@applitools/logger": "2.0.9",
61
- "@applitools/snippets": "2.4.23",
62
- "@applitools/utils": "1.5.2"
59
+ "@applitools/image": "1.1.5",
60
+ "@applitools/logger": "2.0.10",
61
+ "@applitools/snippets": "2.4.24",
62
+ "@applitools/utils": "1.6.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.13.6",
66
- "@applitools/spec-driver-webdriver": "^1.0.43",
65
+ "@applitools/driver": "^1.14.1",
66
+ "@applitools/spec-driver-webdriver": "^1.0.45",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "chromedriver": "^115.0.1",