Electron Releases - v1.7.0

npm install electron@v1.7.0
yarn add electron@v1.7.0

Release Notes

Note: This is a beta release. This is the first release running on upgraded versions of Chrome/Node.js/V8 and most likely will have have some instability and/or regressions.

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.

Upgrades

  • Upgraded from Chrome 56.0.2924.87 to 58.0.3029.110. #9116
  • Upgraded from Node 7.4.0 to 7.9.0. #9116
  • Upgraded from v8 5.6.326.50 to 5.8.283.38. #9116
  • Updated the NODE_MODULE_VERSION/process.versions.modules value from 53 to 54. #9116

Other Changes

  • The chromedriver asset released with every new minor Electron release now contains the Electron version in the file name. #8682