@applitools/eyes-webdriverio 5.34.11 → 5.34.12

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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
+ ## 5.34.12 - 2022/2/16
7
+
8
+ - fix image scaling on pages without viewport metatag
9
+ - fix safari's viewport detection on iOS devices
10
+ - updated to @applitools/eyes-api@1.1.8 (from 1.1.7)
11
+ - updated to @applitools/eyes-sdk-core@13.0.4 (from 13.0.2)
12
+ - updated to @applitools/visual-grid-client@15.8.65 (from 15.8.63)
13
+
6
14
  ## 5.34.11 - 2022/2/10
7
15
 
8
16
  - allow setting ‘setImageCut’ also after eyes.open (change done in eyes-sdk-core)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.34.11",
3
+ "version": "5.34.12",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -110,10 +110,10 @@
110
110
  }
111
111
  },
112
112
  "dependencies": {
113
- "@applitools/eyes-api": "1.1.7",
114
- "@applitools/eyes-sdk-core": "13.0.2",
113
+ "@applitools/eyes-api": "1.1.8",
114
+ "@applitools/eyes-sdk-core": "13.0.4",
115
115
  "@applitools/spec-driver-webdriverio": "1.2.7",
116
- "@applitools/visual-grid-client": "15.8.63"
116
+ "@applitools/visual-grid-client": "15.8.65"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@applitools/api-extractor": "1.2.7",
@@ -121,7 +121,7 @@
121
121
  "@applitools/sdk-coverage-tests": "^2.3.18",
122
122
  "@applitools/sdk-release-kit": "^0.13.11",
123
123
  "@applitools/sdk-shared": "0.9.11",
124
- "@applitools/test-utils": "1.0.11",
124
+ "@applitools/test-utils": "1.0.12",
125
125
  "@types/mocha": "^9.0.0",
126
126
  "@typescript-eslint/eslint-plugin": "^4.15.1",
127
127
  "@typescript-eslint/parser": "^4.15.1",