Skip to content

Commit f207620

Browse files
chore: release [skip ci] (#945)
Co-authored-by: WebdriverIO Release Bot <bot@webdriver.io>
1 parent 5c6c6e2 commit f207620

File tree

5 files changed

+29
-15
lines changed

5 files changed

+29
-15
lines changed

.changeset/hot-carrots-appear.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/visual-service/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @wdio/visual-service
22

3+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- 5c6c6e2: Fix capturing element screenshots with BiDi
8+
9+
This release fixes #919 where an element screenshot, that was for example from an overlay, dropdown, popover, tooltip, modal, was returning an incorrect screenshot
10+
11+
## Committers: 1
12+
13+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
14+
15+
- Updated dependencies [5c6c6e2]
16+
- webdriver-image-comparison@9.0.1
17+
318
## 8.0.0
419

520
### Major Changes

packages/visual-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wdio/visual-service",
33
"author": "Wim Selles - wswebcreation",
44
"description": "Image comparison / visual regression testing for WebdriverIO",
5-
"version": "8.0.0",
5+
"version": "8.0.1",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

packages/webdriver-image-comparison/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# webdriver-image-comparison
22

3+
## 9.0.1
4+
5+
### Patch Changes
6+
7+
- 5c6c6e2: Fix capturing element screenshots with BiDi
8+
9+
This release fixes #919 where an element screenshot, that was for example from an overlay, dropdown, popover, tooltip, modal, was returning an incorrect screenshot
10+
11+
## Committers: 1
12+
13+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
14+
315
## 9.0.0
416

517
### Major Changes

packages/webdriver-image-comparison/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdriver-image-comparison",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"author": "Wim Selles - wswebcreation",
55
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",
66
"keywords": [],

0 commit comments

Comments
 (0)