Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.0-beta.6

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

Fixes

  • Added default Bluetooth permission strings to info.plist. #26769 (Also in 11)
  • Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows. #26772
  • Fixed an issue where draggable regions did not work exclusively on BrowserViews on Windows. #26775 (Also in 11)
  • Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. #26755 (Also in 10, 11)
  • Fixed import of unpacked node modules. #26750 (Also in 11)

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