Electron v6.0.0-beta.2
npm
npm install --save-dev electron@6.0.0-beta.2
yarn
yarn add --dev electron@6.0.0-beta.2
Release Notes
Fixes
Fixed
fs.promises
APIs not working with ASAR paths. #18114Fixed a crash in
systemPreferences.getAccentColor()
. #18195Fixed an issue on Windows where calling
.show()
on a BrowserWindow did not focus the window. #18081Fixed case where the promise returned by
loadURL
andloadFile
would be rejected withERR_ABORTED
if you triggered a virtual navigation before the page had finished loading. E.g. Usedhistory.pushState
or setlocation.hash
. #18143Fixed 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. #18192Updated Chromium to 76.0.3783.1. #18116