Skip to content

electron v4.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 17 Dec 23:20
· 117 commits to 4-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 [email protected].

Release Notes for v4.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