Skip to content

Commit e56ef3e

Browse files
chore: release [skip ci] (#1076)
Co-authored-by: WebdriverIO Release Bot <[email protected]>
1 parent 6a025e9 commit e56ef3e

File tree

7 files changed

+81
-50
lines changed

7 files changed

+81
-50
lines changed

.changeset/empty-dots-follow.md

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

.changeset/lazy-owls-float.md

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

.changeset/twenty-apes-pump.md

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

packages/image-comparison-core/CHANGELOG.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# @wdio/image-comparison-core
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 79d2b1d: # 🐛 Bugfixes
8+
9+
## #1073 Normalize Safari desktop screenshots by trimming macOS window corner radius and top window shadow
10+
11+
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.
12+
13+
# Committers: 1
14+
15+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
16+
17+
- 782b98a: # 🐛 Bugfixes
18+
19+
## #1000 fix incorrect cropping and stitching of last image for fullpage screenshots on mobile
20+
21+
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
22+
23+
# Committers: 1
24+
25+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
26+
27+
- 2c109b3: # 🐛 Bugfixes
28+
29+
## #1038 fix incorrect determination of ignore area
30+
31+
Ignore regions with `left: 0` and `right:0` lead to an incorrect width which lead to an incorrect ignore area. This is now fixed
32+
33+
# Committers: 1
34+
35+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
36+
337
## 1.0.0
438

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

79113
***
80-
## Committers: 1
81114

82-
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
115+
## Committers: 1
116+
117+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

packages/image-comparison-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/image-comparison-core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Wim Selles - wswebcreation",
55
"description": "Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework",
66
"keywords": [

packages/visual-service/CHANGELOG.md

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

3+
## 9.0.1
4+
5+
### Patch Changes
6+
7+
- 79d2b1d: # 🐛 Bugfixes
8+
9+
## #1073 Normalize Safari desktop screenshots by trimming macOS window corner radius and top window shadow
10+
11+
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.
12+
13+
# Committers: 1
14+
15+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
16+
17+
- 782b98a: # 🐛 Bugfixes
18+
19+
## #1000 fix incorrect cropping and stitching of last image for fullpage screenshots on mobile
20+
21+
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
22+
23+
# Committers: 1
24+
25+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
26+
27+
- 2c109b3: # 🐛 Bugfixes
28+
29+
## #1038 fix incorrect determination of ignore area
30+
31+
Ignore regions with `left: 0` and `right:0` lead to an incorrect width which lead to an incorrect ignore area. This is now fixed
32+
33+
# Committers: 1
34+
35+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
36+
37+
- Updated dependencies [79d2b1d]
38+
- Updated dependencies [782b98a]
39+
- Updated dependencies [2c109b3]
40+
- @wdio/image-comparison-core@1.0.1
41+
342
## 9.0.0
443

544
### Major Changes
@@ -82,12 +121,13 @@
82121
- be4272c: fix: [983](#983) in multiremote, commands are now executed on the requested instances
83122
- Updated dependencies [74df53b]
84123
- Updated dependencies [1326e99]
124+
85125
- @wdio/image-comparison-core@1.0.0
86126

87127
## Committers: 2
88128

89-
- P-Courteille ([@P-Courteille](https://github.com/P-Courteille))
90-
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
129+
- P-Courteille ([@P-Courteille](https://github.com/P-Courteille))
130+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
91131

92132
## 8.0.4
93133

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": "9.0.0",
5+
"version": "9.0.1",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

0 commit comments

Comments
 (0)