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.6
.
Release Notes for v32.0.0-alpha.6
Features
Fixes
- Fixed a focus issue when calling
BrowserWindow.setTopBrowserView
. #42733 (Also in 31) - Fixed an issue where Chromium could crash on a dangling unretained pointer in one of several webRequest functions. #42750 (Also in 31)
Other Changes
- Updated Chromium to 128.0.6571.0. #42767