Skip to content

electron v5.0.6

Compare
Choose a tag to compare
@electron-bot electron-bot released this 26 Jun 22:30
· 96 commits to 5-0-x since this release

Release Notes for v5.0.6

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. #18798
  • Backported a patch from node that fixes an http/2 memory leak:. #18883
  • Fixed app.getAppPath() returning default-app path when running electron app with no package.json or electron app/index.js. Now the directory containing the executed file is returned. #18894
  • Fixed issue where require('timers').setTimeout would sometimes never fire in the renderer process. #18965
  • systemPreferences.isDarkMode() now correctly detects dark mode on macOS Catalina. #18960

Other Changes

  • Fixed an issue where session.getCacheSize would never call its callback. #18898