github electron/electron v29.0.0-alpha.9
electron v29.0.0-alpha.9

latest releases: v34.0.0-nightly.20240919, v34.0.0-nightly.20240918, v32.1.1...
pre-release8 months ago

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 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

Don't miss a new electron release

NewReleases is sending notifications on new releases.