Electron Releases - v6.0.0-beta.7

npm install electron@v6.0.0-beta.7
yarn add electron@v6.0.0-beta.7
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

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