electron v6.0.0-beta.2
Pre-release
Pre-release
·
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
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
. #18143 - Fixed crash when quitting Electron with an inspector attached. #18077