Electron Releases - v4.0.0-beta.10

npm install electron@v4.0.0-beta.10
yarn add electron@v4.0.0-beta.10
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

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