Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/empty-dots-follow.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/lazy-owls-float.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/twenty-apes-pump.md

This file was deleted.

39 changes: 37 additions & 2 deletions packages/image-comparison-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @wdio/image-comparison-core

## 1.0.1

### Patch Changes

- 79d2b1d: # 🐛 Bugfixes

## #1073 Normalize Safari desktop screenshots by trimming macOS window corner radius and top window shadow

Safari desktop screenshots included the macOS window mask at the bottom and a shadow at the top. These artifacts caused incorrect detection of the viewable area for full page screenshots, which resulted in misaligned stitching. The viewable region is now calculated correctly by trimming these areas.

# Committers: 1

- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

- 782b98a: # 🐛 Bugfixes

## #1000 fix incorrect cropping and stitching of last image for fullpage screenshots on mobile

The determination of the position of the last image in mobile fullpage webscreenshots was incorrect. This was mostly seen with iOS, but also had some impact on Android. This is now fixed

# Committers: 1

- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

- 2c109b3: # 🐛 Bugfixes

## #1038 fix incorrect determination of ignore area

Ignore regions with `left: 0` and `right:0` lead to an incorrect width which lead to an incorrect ignore area. This is now fixed

# Committers: 1

- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

## 1.0.0

### Major Changes
Expand Down Expand Up @@ -77,6 +111,7 @@
**Note**: This is an architectural improvement that modernizes the codebase while maintaining full backward compatibility. All existing functionality remains unchanged for users.

***
## Committers: 1

- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
## Committers: 1

- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
2 changes: 1 addition & 1 deletion packages/image-comparison-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/image-comparison-core",
"version": "1.0.0",
"version": "1.0.1",
"author": "Wim Selles - wswebcreation",
"description": "Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework",
"keywords": [
Expand Down
44 changes: 42 additions & 2 deletions packages/visual-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @wdio/visual-service

## 9.0.1

### Patch Changes

- 79d2b1d: # 🐛 Bugfixes

## #1073 Normalize Safari desktop screenshots by trimming macOS window corner radius and top window shadow

Safari desktop screenshots included the macOS window mask at the bottom and a shadow at the top. These artifacts caused incorrect detection of the viewable area for full page screenshots, which resulted in misaligned stitching. The viewable region is now calculated correctly by trimming these areas.

# Committers: 1

- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

- 782b98a: # 🐛 Bugfixes

## #1000 fix incorrect cropping and stitching of last image for fullpage screenshots on mobile

The determination of the position of the last image in mobile fullpage webscreenshots was incorrect. This was mostly seen with iOS, but also had some impact on Android. This is now fixed

# Committers: 1

- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

- 2c109b3: # 🐛 Bugfixes

## #1038 fix incorrect determination of ignore area

Ignore regions with `left: 0` and `right:0` lead to an incorrect width which lead to an incorrect ignore area. This is now fixed

# Committers: 1

- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

- Updated dependencies [79d2b1d]
- Updated dependencies [782b98a]
- Updated dependencies [2c109b3]
- @wdio/image-comparison-core@1.0.1

## 9.0.0

### Major Changes
Expand Down Expand Up @@ -82,12 +121,13 @@
- be4272c: fix: [983](#983) in multiremote, commands are now executed on the requested instances
- Updated dependencies [74df53b]
- Updated dependencies [1326e99]

- @wdio/image-comparison-core@1.0.0

## Committers: 2

- P-Courteille ([@P-Courteille](https://github.com/P-Courteille))
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
- P-Courteille ([@P-Courteille](https://github.com/P-Courteille))
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

## 8.0.4

Expand Down
2 changes: 1 addition & 1 deletion packages/visual-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wdio/visual-service",
"author": "Wim Selles - wswebcreation",
"description": "Image comparison / visual regression testing for WebdriverIO",
"version": "9.0.0",
"version": "9.0.1",
"license": "MIT",
"homepage": "https://webdriver.io/docs/visual-testing",
"repository": {
Expand Down