@applitools/nml-client 1.5.5 → 1.5.7

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.6...js/nml-client@1.5.7) (2023-08-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * propagate stitch mode to applitools lib ([a2dcedb](https://github.com/applitools/eyes.sdk.javascript1/commit/a2dcedb4bc6b999c137ed2aab43e0a463aa90169))
9
+
10
+ ## [1.5.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.5...js/nml-client@1.5.6) (2023-08-03)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * @applitools/driver bumped to 1.13.4
16
+ #### Bug Fixes
17
+
18
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
19
+
20
+
21
+
22
+ * @applitools/snippets bumped to 2.4.22
23
+ #### Bug Fixes
24
+
25
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
26
+ * @applitools/spec-driver-webdriverio bumped to 1.5.10
27
+
28
+
3
29
  ## [1.5.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.4...js/nml-client@1.5.5) (2023-07-21)
4
30
 
5
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -41,7 +41,7 @@
41
41
  "@applitools/utils": "1.5.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriverio": "^1.5.9",
44
+ "@applitools/spec-driver-webdriverio": "^1.5.10",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",
package/types/types.d.ts CHANGED
@@ -15,6 +15,7 @@ export type ScreenshotSettings = {
15
15
  };
16
16
  fully?: boolean;
17
17
  scrollRootElement?: Selector;
18
+ stitchMode?: 'Scroll' | 'CSS' | 'Resize';
18
19
  hideScrollbars?: boolean;
19
20
  hideCaret?: boolean;
20
21
  overlap?: {