Skip to content

Commit

Permalink
v8.32.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Mar 3, 2024
1 parent 53f71c7 commit f8d2d05
Show file tree
Hide file tree
Showing 36 changed files with 362 additions and 331 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Expand Up @@ -21,6 +21,37 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO

---

## v8.32.4 (2024-03-03)

#### :bug: Bug Fix
* `wdio-browserstack-service`
* [#12368](https://github.com/webdriverio/webdriverio/pull/12368) Browserstack observability reload session fix [v8] ([@sriteja777](https://github.com/sriteja777))

#### :nail_care: Polish
* `wdio-cli`, `wdio-config`
* [#12372](https://github.com/webdriverio/webdriverio/pull/12372) (wdio-config): expand and simplify the --multi-run feature ([@erwinheitzman](https://github.com/erwinheitzman))
* `webdriverio`
* [#12383](https://github.com/webdriverio/webdriverio/pull/12383) [v8] Add ability to click and moveTo outside the given element ([@jemishgopani](https://github.com/jemishgopani))
* `wdio-allure-reporter`
* [#12378](https://github.com/webdriverio/webdriverio/pull/12378) (wdio-allure-reporter): CompoundError: Also print error message if present [v8] ([@torbenkohlmeier](https://github.com/torbenkohlmeier))
* `wdio-devtools-service`
* [#12345](https://github.com/webdriverio/webdriverio/pull/12345) [V8] Add feature to specify os version for the emulated device ([@jemishgopani](https://github.com/jemishgopani))

#### :memo: Documentation
* `wdio-types`
* [#12399](https://github.com/webdriverio/webdriverio/pull/12399) Add resigningEnabled capability to @wdio/types (#12397) [v8] ([@AlexRivero](https://github.com/AlexRivero))
* Other
* [#12332](https://github.com/webdriverio/webdriverio/pull/12332) New font rendering features ([@wswebcreation](https://github.com/wswebcreation))

#### Committers: 6
- Alex Rivero Ferràs ([@AlexRivero](https://github.com/AlexRivero))
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
- Jemish Gopani ([@jemishgopani](https://github.com/jemishgopani))
- Sriteja Sugoor ([@sriteja777](https://github.com/sriteja777))
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
- [@torbenkohlmeier](https://github.com/torbenkohlmeier)


## v8.32.3 (2024-02-21)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "8.32.3",
"version": "8.32.4",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down

0 comments on commit f8d2d05

Please sign in to comment.