Skip to content

Commit 15f6ac5

Browse files
committed
v8.28.0
1 parent 78711cd commit 15f6ac5

File tree

37 files changed

+325
-293
lines changed

37 files changed

+325
-293
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,38 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO
2121

2222
---
2323

24+
## v8.28.0 (2024-01-17)
25+
26+
#### :rocket: New Feature
27+
* `wdio-browser-runner`, `wdio-cli`, `wdio-local-runner`, `wdio-runner`, `wdio-types`, `wdio-utils`, `webdriver`, `webdriverio`
28+
* [#12005](https://github.com/webdriverio/webdriverio/pull/12005) (@wdio/browser-runner): move assertions to Node.js environment ([@christian-bromann](https://github.com/christian-bromann))
29+
* `wdio-browserstack-service`
30+
* [#11865](https://github.com/webdriverio/webdriverio/pull/11865) Wdio Percy Support v8 ([@amaanbs](https://github.com/amaanbs))
31+
32+
#### :bug: Bug Fix
33+
* `wdio-logger`
34+
* [#11959](https://github.com/webdriverio/webdriverio/pull/11959) Closes [#11937](https://github.com/webdriverio/webdriverio/issues/11937): Always print error message to terminal when integration package is not found ([@tech-dm-klymenko](https://github.com/tech-dm-klymenko))
35+
36+
#### :nail_care: Polish
37+
* `wdio-types`
38+
* [#12030](https://github.com/webdriverio/webdriverio/pull/12030) addresses #12029 ([@ciekawy](https://github.com/ciekawy))
39+
* `wdio-utils`
40+
* [#12002](https://github.com/webdriverio/webdriverio/pull/12002) wdio-utils: Fitler invalidateCache from stacktraces ([@WillBrock](https://github.com/WillBrock))
41+
* `wdio-browserstack-service`
42+
* [#11997](https://github.com/webdriverio/webdriverio/pull/11997) [browserstack-service] Add platform version integration data for skipped tests ([@sriteja777](https://github.com/sriteja777))
43+
44+
#### :memo: Documentation
45+
* [#12003](https://github.com/webdriverio/webdriverio/pull/12003) (docs): update electron docs ([@christian-bromann](https://github.com/christian-bromann))
46+
47+
#### Committers: 6
48+
- Amaan Hakim ([@amaanbs](https://github.com/amaanbs))
49+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
50+
- Dmytro Klymenko ([@tech-dm-klymenko](https://github.com/tech-dm-klymenko))
51+
- Sriteja Sugoor ([@sriteja777](https://github.com/sriteja777))
52+
- Szymon Stasik ([@ciekawy](https://github.com/ciekawy))
53+
- Will Brock ([@WillBrock](https://github.com/WillBrock))
54+
55+
2456
## v8.27.2 (2024-01-11)
2557

2658
#### :rocket: New Feature

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "8.27.2",
6+
"version": "8.28.0",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)