Electron v29.0.0-alpha.9
npm
npm install --save-dev electron@29.0.0-alpha.9
yarn
yarn add --dev electron@29.0.0-alpha.9
Release Notes
Features
Added
WebContentsView
andBaseWindow
, replacing the now-deprecatedBrowserView
APIs. #40759Added 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