Electron Releases

Filter by channel Filter by major release

Release Notes for v6.0.0-beta.7

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 i electron@6.0.0-beta.7.

Fixes

    • Fixed issues with popups created from sandboxed <webview>:
  • Clicking link with target="_blank" not emitting 'new-window' event.
  • window.open() not returning null when allowpopups is not set. #18556
  • Fixed accidental breaking API change in the deprecated dialog.* methods. #18724
  • Fixed issue where getEffectiveApperance and getAppLevelAppearance would return unknown instead of the correct value sometimes. #18690
  • Fixed issue where shell.openExternal would not activate opened window on macOS. #18722

Other Changes

  • Added experimental support for building for Windows on Arm. #18625
  • Updated Chromium to 76.0.3809.10. #18647
  • Updated Chromium to 76.0.3809.12. #18662
  • Updated Chromium to 76.0.3809.13. #18669
  • Updated Chromium to 76.0.3809.20. #18684
  • Updated Chromium to 76.0.3809.22. #18730
  • Updated Chromium to 76.0.3809.6. #18573

Release Notes for v6.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 i electron@6.0.0-beta.6.

Fixes

  • Corrected the boolean cancellation value for showOpenDialog on Windows. #18509
  • Fixed issues where some chrome://* URLs would not render correctly. #18552
  • Removed inadvertently included mojom.js files from distribution bundle. #18486
  • Removed incorrectly published internal V8 symbols and CRT methods from node.lib, causing heap corruptions with node modules using the dynamic CRT on Windows. #18619
  • Spellcheck providers are now (again) called with contractions and their parts. #18538
  • Updated Chromium to 76.0.3809.3. #18504

Other Changes

  • Fixed electron.zip size increase regression on Linux (compared to Electron 3) by stripping swiftshader libraries (libEGL.so, libGLESv2.so). #18600
  • Removed Vulkan mock ICD from electron.zip, which is only meant to be used for Chromium development. #18596

Documentation

  • Documentation changes: #18606