Electron Releases

Filter by channel Filter by major release

Release Notes for v31.0.0-alpha.5

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@31.0.0-alpha.5.

Fixes

  • Fixed a crash in addChildView if a view is added as its own child. #42108 (Also in 30)
  • Fixed a crash when the same WebContentsView is added via addChildView multiple times. #42116 (Also in 30)
  • originalFs.promises.cp now works. #42134

Other Changes

  • Backported fix for 339458194. #42121

Release Notes for v31.0.0-alpha.4

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@31.0.0-alpha.4.

Fixes

  • Fixed an issue where calling window.center() on Windows and Linux incorrectly centered the window. #42101 (Also in 30)
  • Fixed crash after upgrade on Linux. #42062 (Also in 29, 30)

Other Changes

  • Backported fix for 339266700. #42095