Electron Releases - v6.0.0-beta.14

npm install electron@v6.0.0-beta.14
yarn add electron@v6.0.0-beta.14
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Features

  • Upgraded to Node 12.4. #19281

Fixes

  • Fixed <webview> not working in scriptable popups when nativeWindowOpen is enabled. #19218
  • Fixed setting src on <webview> being too slow. #19190
  • Preload scripts for internal <iframe> in <webview> are not longer executed when nodeIntegrationInSubFrames is enabled. #19298
  • The prefers-color-scheme CSS media query now works correctly. #19250
  • Uint8Array and Uint16Array can now be sent correctly in Chrome Extension MessagePort 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