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
Google ChromeChromium
122.0.6236.2
Node.jsNode.js
20.9.0
V8V8
12.2.191

Release Notes

Features

  • Added WebContentsView and BaseWindow, replacing the now-deprecated BrowserView 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 and inAppPurchase.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