Skip to content

Commit 56a77d1

Browse files
chore: release [skip ci] (#565)
Co-authored-by: WebdriverIO Release Bot <bot@webdriver.io>
1 parent 267c513 commit 56a77d1

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

.changeset/wicked-keys-shave.md

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

packages/visual-reporter/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 267c513: # 🚀 New Features `@wdio/visual-reporter`
8+
9+
- Created a new demo for developing the ` @wdio/visual-reporter`. Starting the dev-server automatically generates a new sample report project
10+
- Added a resize of the Canvas after resizing the browser screen
11+
- You can now close the overlay by pressing ESC
12+
- Made it more clear in the overlay when there are no changes
13+
14+
# 💅 Polish `@wdio/visual-reporter`
15+
16+
- refactor of the assets generation to make it more robust for the demo and external collected files
17+
- reduce package/bundle size
18+
- updated to latest dependencies
19+
20+
# 🐛 Bugs fixed `@wdio/visual-reporter`
21+
22+
- Prevent the browser from going back in history when you press the browser back button when an overlay is opened. Now the overlay is closed.
23+
324
## 0.3.0
425

526
### Minor Changes

packages/visual-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wdio/visual-reporter",
33
"author": "Wim Selles - wswebcreation",
44
"description": "Visual Testing HTML Report for the @wdio/visual-service module",
5-
"version": "0.3.1-alpha.6",
5+
"version": "0.4.0",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

0 commit comments

Comments
 (0)