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@29.0.0-alpha.9
.
Release Notes for v29.0.0-alpha.9
Features
- Added
WebContentsView
andBaseWindow
, replacing the now-deprecatedBrowserView
APIs. #40759 - Added net module to utility process. #40890
Fixes
- Fixed a crash resultant from trying to listen to power-related events before the
ready
event was emitted on Linux. #40925 (Also in 26, 27, 28) - Fixed an issue where
inAppPurchase.getProducts
andinAppPurchase.purchasedProduct
did not resolve as expected. #40957 (Also in 28) - Fixed default protocol handler behavior on Windows. #40908 (Also in 28)
- Fixed the enabled/disabled behavior of the maximize/fullscreen button of macOS windows. #40897 (Also in 27, 28)
Other Changes
- Updated Chromium to 122.0.6236.2. #40950