electron v3.0.0-beta.6
Pre-release
Pre-release
·
221 commits
to 3-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@3.0.0-beta.6
.
Bug Fixes/Changes
- Fixed a multitude of WebView issues, including navigation and focus. #14156
- Fixed errors thrown when npm reinstalled electron. #14197
- Pressing
escape
on a dialog now closes it even ifdefaultId
is set. #14205 - Enabled OSR. #14219
- Fixed node
fs
wrappers to makefs.realpathSync.native
andfs.realpath.native
available. #14031 fs.readSync
now works with massive files #14118