Skip to content

Commit f8d2d05

Browse files
committed
v8.32.4
1 parent 53f71c7 commit f8d2d05

File tree

36 files changed

+362
-331
lines changed

36 files changed

+362
-331
lines changed

CHANGELOG.md

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

2222
---
2323

24+
## v8.32.4 (2024-03-03)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-browserstack-service`
28+
* [#12368](https://github.com/webdriverio/webdriverio/pull/12368) Browserstack observability reload session fix [v8] ([@sriteja777](https://github.com/sriteja777))
29+
30+
#### :nail_care: Polish
31+
* `wdio-cli`, `wdio-config`
32+
* [#12372](https://github.com/webdriverio/webdriverio/pull/12372) (wdio-config): expand and simplify the --multi-run feature ([@erwinheitzman](https://github.com/erwinheitzman))
33+
* `webdriverio`
34+
* [#12383](https://github.com/webdriverio/webdriverio/pull/12383) [v8] Add ability to click and moveTo outside the given element ([@jemishgopani](https://github.com/jemishgopani))
35+
* `wdio-allure-reporter`
36+
* [#12378](https://github.com/webdriverio/webdriverio/pull/12378) (wdio-allure-reporter): CompoundError: Also print error message if present [v8] ([@torbenkohlmeier](https://github.com/torbenkohlmeier))
37+
* `wdio-devtools-service`
38+
* [#12345](https://github.com/webdriverio/webdriverio/pull/12345) [V8] Add feature to specify os version for the emulated device ([@jemishgopani](https://github.com/jemishgopani))
39+
40+
#### :memo: Documentation
41+
* `wdio-types`
42+
* [#12399](https://github.com/webdriverio/webdriverio/pull/12399) Add resigningEnabled capability to @wdio/types (#12397) [v8] ([@AlexRivero](https://github.com/AlexRivero))
43+
* Other
44+
* [#12332](https://github.com/webdriverio/webdriverio/pull/12332) New font rendering features ([@wswebcreation](https://github.com/wswebcreation))
45+
46+
#### Committers: 6
47+
- Alex Rivero Ferràs ([@AlexRivero](https://github.com/AlexRivero))
48+
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
49+
- Jemish Gopani ([@jemishgopani](https://github.com/jemishgopani))
50+
- Sriteja Sugoor ([@sriteja777](https://github.com/sriteja777))
51+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
52+
- [@torbenkohlmeier](https://github.com/torbenkohlmeier)
53+
54+
2455
## v8.32.3 (2024-02-21)
2556

2657
#### :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.32.3",
6+
"version": "8.32.4",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)