Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@32.0.0-alpha.8
.
Release Notes for v32.0.0-alpha.8
Fixes
- Fixed a potential error when calling
webContents.close()
on a BrowserView. #42811 (Also in 31) - Fixed an issue where High Contrast Mode didn't apply to webContents on Windows. #42858 (Also in 31)
- Fixed an issue where sources returned by the
desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42860
Other Changes
- Updated Chromium to 128.0.6573.0. #42778