Electron Releases - v0.21.1

npm install electron@v0.21.1
yarn add electron@v0.21.1

Release Notes

Changelog:

  • Remove the asar: protocol, use file: protocol to access files in asar archives instead. (#1077)
  • Fix asar support in graceful-fs module.
  • Fix uncaught exception in browser process when window.open is called in a page that doesn't allow to open new window.
  • Fix initializing node integration in the webview when the page in it navigates.

Windows

  • Fix browser progress not quitting when using asar archives that contain native modules.