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.14.
Release Notes for v6.0.0-beta.14
Features
- Upgraded to Node 12.4. #19281
Fixes
- Fixed
<webview>
not working in scriptable popups whennativeWindowOpen
is enabled. #19218 - Fixed setting src on
<webview>
being too slow. #19190 - Preload scripts for internal
<iframe>
in<webview>
are not longer executed whennodeIntegrationInSubFrames
is enabled. #19298 - The
prefers-color-scheme
CSS media query now works correctly. #19250 Uint8Array
andUint16Array
can now be sent correctly in Chrome ExtensionMessagePort
instances. #19252
Other Changes
- Reverted change to focus behavior that broke Character Viewer support on macOS. #19221
- Updated Chromium to 76.0.3809.63. #19195
- Updated Chromium to 76.0.3809.67. #19225
- Updated Chromium to 76.0.3809.68. #19278
Documentation
- Documentation changes: #19224