@applitools/eyes-webdriverio 5.35.1 → 5.35.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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@
8
8
 
9
9
 
10
10
 
11
+
12
+ ## 5.35.2 - 2022/6/8
13
+
14
+ ### Features
15
+ - Added support for taking full screenshots of elements that are scroll by pages only
16
+ - Allowed `` values in custom properties
17
+ ### Bug fixes
18
+ - Fixed the "Maximum Call Stack Size Exceeded" error when taking screenshots on iOS Safari
19
+ - Fixed an issue with wrong cropped screenshots of elements out of viewport bounds on native devices
20
+ - Fixed broken links to enums implementation in the README.md
21
+ - Fixed `forceFullPageScreenshot` option behavior
22
+
11
23
  ## 5.35.1 - 2022/6/2
12
24
 
13
25
  ### Features
package/README.md CHANGED
@@ -1116,7 +1116,7 @@ configuration.addBrowser({
1116
1116
  eyes.setConfiguration(configuration)
1117
1117
  ```
1118
1118
 
1119
- The list of devices is available at https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-sdk-core/lib/config/IosDeviceName.js
1119
+ The list of devices is available at https://github.com/applitools/eyes.sdk.javascript1/blob/master/packages/eyes-api/src/enums/IosDeviceName.ts
1120
1120
 
1121
1121
  Possible values for `iosVersion` are:
1122
1122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.35.1",
3
+ "version": "5.35.2",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -111,14 +111,14 @@
111
111
  }
112
112
  },
113
113
  "dependencies": {
114
- "@applitools/eyes-api": "1.5.1",
115
- "@applitools/eyes-sdk-core": "13.6.28",
114
+ "@applitools/eyes-api": "1.5.4",
115
+ "@applitools/eyes-sdk-core": "13.6.32",
116
116
  "@applitools/spec-driver-webdriverio": "1.2.10",
117
- "@applitools/visual-grid-client": "15.12.37"
117
+ "@applitools/visual-grid-client": "15.12.40"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@applitools/api-extractor": "1.2.8",
121
- "@applitools/bongo": "^2.1.1",
121
+ "@applitools/bongo": "^2.1.4",
122
122
  "@applitools/scripts": "1.1.0",
123
123
  "@applitools/sdk-coverage-tests": "^2.3.18",
124
124
  "@applitools/sdk-shared": "0.9.11",