Electron Releases

Filter by channel Filter by major release

Release Notes for v6.0.0-beta.15

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.15.

Fixes

  • Ensured using the --inspect-brk argument does not cause a crash. #19332

Other Changes

  • Updated Chromium to 76.0.3809.70. #19304
  • Updated Chromium to 76.0.3809.73. #19324
  • Updated Chromium to 76.0.3809.74. #19343

Release Notes for v6.0.0-beta.14

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.

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