Skip to content

Commit cefb415

Browse files
committed
v8.37.0
1 parent 8b0a609 commit cefb415

File tree

37 files changed

+1624
-4379
lines changed

37 files changed

+1624
-4379
lines changed

CHANGELOG.md

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

2222
---
2323

24+
## v8.37.0 (2024-05-22)
25+
26+
#### :rocket: New Feature
27+
* `eslint-plugin-wdio`
28+
* [#12716](https://github.com/webdriverio/webdriverio/pull/12716) [webdriverio-v8] Flat ESLint support ([@MadSandwich](https://github.com/MadSandwich))
29+
30+
#### :bug: Bug Fix
31+
* `webdriverio`
32+
* [#12889](https://github.com/webdriverio/webdriverio/pull/12889) [v8] Select proper input via ancestor label when multiple match ([@evankennedy](https://github.com/evankennedy))
33+
* `wdio-utils`
34+
* [#12718](https://github.com/webdriverio/webdriverio/pull/12718) avoid calling googlechromelabs.github.io when offline and using ffx ([@step21](https://github.com/step21))
35+
* `wdio-types`
36+
* [#12850](https://github.com/webdriverio/webdriverio/pull/12850) Update the types for suites to fix the compile error ([@iamatharva](https://github.com/iamatharva))
37+
* `wdio-config`
38+
* [#12751](https://github.com/webdriverio/webdriverio/pull/12751) [12428] [V8] CustomService is run twice ([@jemishgopani](https://github.com/jemishgopani))
39+
* `wdio-junit-reporter`
40+
* [#12723](https://github.com/webdriverio/webdriverio/pull/12723) fix: error counts in junit reporter ([@ASaiAnudeep](https://github.com/ASaiAnudeep))
41+
42+
#### :nail_care: Polish
43+
* `wdio-allure-reporter`
44+
* [#12855](https://github.com/webdriverio/webdriverio/pull/12855) [#11473] Refactor wdio-allure-reporter package for better hooks handling [v8] ([@lararojasmr](https://github.com/lararojasmr))
45+
* `wdio-types`
46+
* [#12851](https://github.com/webdriverio/webdriverio/pull/12851) Add resignApp capabilites v8 ([@dprevost-LMI](https://github.com/dprevost-LMI))
47+
* `wdio-browser-runner`, `wdio-browserstack-service`
48+
* [#12802](https://github.com/webdriverio/webdriverio/pull/12802) Fix: Result and Context arguments for component tests ([@sriteja777](https://github.com/sriteja777))
49+
50+
#### :memo: Documentation
51+
* [#12780](https://github.com/webdriverio/webdriverio/pull/12780) accessibility-testing-v8-bstack ([@JohnJoser3](https://github.com/JohnJoser3))
52+
53+
#### Committers: 10
54+
- Anudeep ([@ASaiAnudeep](https://github.com/ASaiAnudeep))
55+
- Artsem Burlai ([@MadSandwich](https://github.com/MadSandwich))
56+
- David Prevost ([@dprevost-LMI](https://github.com/dprevost-LMI))
57+
- Evan Kennedy ([@evankennedy](https://github.com/evankennedy))
58+
- Florian Idelberger ([@step21](https://github.com/step21))
59+
- Jemish Gopani ([@jemishgopani](https://github.com/jemishgopani))
60+
- John Jose ([@JohnJoser3](https://github.com/JohnJoser3))
61+
- Manuel Lara ([@lararojasmr](https://github.com/lararojasmr))
62+
- Sriteja Sugoor ([@sriteja777](https://github.com/sriteja777))
63+
- [@iamatharva](https://github.com/iamatharva)
64+
65+
2466
## v8.36.1 (2024-04-20)
2567

2668
#### :bug: Bug Fix

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.36.1",
6+
"version": "8.37.0",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)