Electron Releases

Filter by channel Filter by major release

Release Notes for v4.0.0-beta.11

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@4.0.0-beta.11.

Fixes

  • Fixed Electron not starting in development from the CLI. #16118
  • Fixed <webview> tag not working when using contextIsolation. #16069

Release Notes for v4.0.0-beta.10

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@4.0.0-beta.10.

Fixes

  • Added --disable-color-correct-rendering switch. #16020
  • Fixed 4-0-x regression that broke original-fs. #16038
  • Fixed BrowserWindow.getNativeWindowHandle() returning invalid handle. #16022
  • Fixed cpu pegging on single-core windows. #16012
  • Fixed crash with mouse wheel event monitor on app quit in macOS. #16063
  • Fixed several bugs related to printing. #15976

Other Changes

  • In Electron 5.0, the default for nodeIntegration will change from true to false. Electron 4 will log a warning in the renderer when nodeIntegration is enabled by default. #16004
  • Upgraded sqlite from 3.24 to 3.26. #16073
  • Warn if you try to use Electron APIs from a non-electron environment. #15977