@wdio/visual-service 9.0.1 → 9.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @wdio/visual-service
2
2
 
3
+ ## 9.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8ff1bc3: # 🐛 BugFix
8
+
9
+ ## #1078: Cursor inside shadow is shown, even with disableBlinkingCursor
10
+
11
+ Fix option "disableBlinkingCursor" to also work within shadowdom
12
+
13
+ # Committers: 1
14
+
15
+ - Carlo Jeske ([@plusgut](https://github.com/plusgut))
16
+
17
+ - Updated dependencies [8ff1bc3]
18
+ - @wdio/image-comparison-core@1.0.2
19
+
3
20
  ## 9.0.1
4
21
 
5
22
  ### Patch 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": "9.0.1",
5
+ "version": "9.0.2",
6
6
  "license": "MIT",
7
7
  "homepage": "https://webdriver.io/docs/visual-testing",
8
8
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "@wdio/logger": "^9.18.0",
25
25
  "@wdio/types": "^9.20.0",
26
26
  "expect-webdriverio": "^5.5.0",
27
- "@wdio/image-comparison-core": "1.0.1"
27
+ "@wdio/image-comparison-core": "1.0.2"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "run-s clean build:*",