Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.0-beta.5

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@12.0.0-beta.5.

Fixes

  • Fixed a use-after-free error that could occur when destroying a WebContents during the did-stop-loading event. #26733

Other Changes

  • Removed deprecated crashReporter APIs. #26709

Release Notes for v12.0.0-beta.4

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@12.0.0-beta.4.

Fixes

  • Fixed contentTracing.stopRecording() not rejecting when there is no trace in progress. #26656 (Also in 11)
  • Fixed screen methods not being accessible via remote.screen. #26661 (Also in 11)
  • Fixed a crash when calling webContents.fromId with an unknown ID. #26651 (Also in 11)