diff --git a/.changeset/empty-dots-follow.md b/.changeset/empty-dots-follow.md deleted file mode 100644 index 33df3a99..00000000 --- a/.changeset/empty-dots-follow.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@wdio/image-comparison-core": patch -"@wdio/visual-service": patch ---- - -# 🐛 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)) diff --git a/.changeset/lazy-owls-float.md b/.changeset/lazy-owls-float.md deleted file mode 100644 index 79e46972..00000000 --- a/.changeset/lazy-owls-float.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@wdio/image-comparison-core": patch -"@wdio/visual-service": patch ---- - - -# 🐛 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)) diff --git a/.changeset/twenty-apes-pump.md b/.changeset/twenty-apes-pump.md deleted file mode 100644 index a53dabbf..00000000 --- a/.changeset/twenty-apes-pump.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@wdio/image-comparison-core": patch -"@wdio/visual-service": patch ---- - -# 🐛 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)) \ No newline at end of file diff --git a/packages/image-comparison-core/CHANGELOG.md b/packages/image-comparison-core/CHANGELOG.md index 52cccacb..4ee4f3d5 100644 --- a/packages/image-comparison-core/CHANGELOG.md +++ b/packages/image-comparison-core/CHANGELOG.md @@ -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 @@ -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)) diff --git a/packages/image-comparison-core/package.json b/packages/image-comparison-core/package.json index 5bd6afad..696ecf21 100644 --- a/packages/image-comparison-core/package.json +++ b/packages/image-comparison-core/package.json @@ -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": [ diff --git a/packages/visual-service/CHANGELOG.md b/packages/visual-service/CHANGELOG.md index d220179b..73c6f8c5 100644 --- a/packages/visual-service/CHANGELOG.md +++ b/packages/visual-service/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/visual-service/package.json b/packages/visual-service/package.json index fdad8732..509abf64 100644 --- a/packages/visual-service/package.json +++ b/packages/visual-service/package.json @@ -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": {