@wdio/visual-service 6.2.0 → 6.2.1

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 +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @wdio/visual-service
2
2
 
3
+ ## 6.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1df5350: # Improve iPhone support
8
+
9
+ ## 💅 Polish @wdio/visual-reporter
10
+
11
+ - Mobile: support iOS 18 and the iPhone 16 series for the blockouts
12
+
13
+ ## 🐛 Bugs fixed @wdio/visual-reporter
14
+
15
+ - Mobile: don't use the device blockouts for element screenshot
16
+ - Mobile: when the blockouts had the value `{x: 0, y: 0, width: 0, height: 0}` then Resemble picked this up as a full blockout. This caused false positives for iOS
17
+
18
+ - Updated dependencies [1df5350]
19
+ - webdriver-image-comparison@7.2.1
20
+
3
21
  ## 6.2.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wdio/visual-service",
3
3
  "author": "Wim Selles - wswebcreation",
4
4
  "description": "Image comparison / visual regression testing for WebdriverIO",
5
- "version": "6.2.0",
5
+ "version": "6.2.1",
6
6
  "license": "MIT",
7
7
  "homepage": "https://webdriver.io/docs/visual-testing",
8
8
  "repository": {
@@ -20,11 +20,11 @@
20
20
  "type": "module",
21
21
  "types": "./dist/index.d.ts",
22
22
  "dependencies": {
23
- "@wdio/globals": "^9.1.2",
24
- "@wdio/logger": "^9.1.0",
25
- "@wdio/types": "^9.1.2",
23
+ "@wdio/globals": "^9.2.1",
24
+ "@wdio/logger": "^9.1.3",
25
+ "@wdio/types": "^9.1.3",
26
26
  "node-fetch": "^3.3.2",
27
- "webdriver-image-comparison": "^7.2.0"
27
+ "webdriver-image-comparison": "^7.2.1"
28
28
  },
29
29
  "devDependencies": {},
30
30
  "scripts": {