Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.0-beta.10

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

Release Notes for v12.0.0-beta.9

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

Fixes

  • Added Electron DLLs like libGLESv2.dll to symbol server. #26966 (Also in 9, 10, 11)
  • Fixed an issue that a message box in GTK contains no buttons. #26917 (Also in 10, 11)
  • Fixed an issue where event.reply could sometimes not deliver a reply to an IPC message when cross-site iframes were present. #26925 (Also in 9, 10, 11)
  • Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. #26952 (Also in 9, 10, 11)