You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,48 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO
21
21
22
22
---
23
23
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))
*[#12802](https://github.com/webdriverio/webdriverio/pull/12802) Fix: Result and Context arguments for component tests ([@sriteja777](https://github.com/sriteja777))
0 commit comments