8000 Release electron v6.0.0-beta.2 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v6.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 08 May 05:07
· 315 commits to 6-0-x since this release

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

Release Notes for v6.0.0-beta.2

Fixes

  • Fixed fs.promises APIs not working with ASAR paths. #18114
  • Fixed a crash in systemPreferences.getAccentColor(). #18195
  • Fixed an issue on Windows where calling .show() on a BrowserWindow did not focus the window. #18081
  • Fixed case where the promise returned by loadURL and loadFile would be rejected with ERR_ABORTED if you triggered a virtual navigation before the page had finished loading. E.g. Used history.pushState or set location.hash. #18143
  • Fixed crash when quitting Electron with an inspector attached. #18077

Other Changes

  • Deprecated the options argument to session.clearAuthCache. #18131
  • Fixed loading of node_modules inside ASAR files. #18192
  • Updated Chromium to 76.0.3783.1. #18116
0