Electron Releases

Filter by channel Filter by major release

Release Notes for v2.0.0-beta.3

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@2.0.0-beta.3.

Bug Fixes

  • [SECURITY] Fixed Integer overflow with PropertyArray issue. #12133
  • Fixed context menu click callback. #12170
  • Fixed popup menu position. #12181

Linux

  • Fixed arm64 crashing. #12178

macOS

  • Deprecated getMenuBarHeight. #12137
  • Add warning when addTabbedWindow is called on self. #12059
  • Fixed setVibrancy crashing. #12171

Release Notes for v2.0.0-beta.2

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@2.0.0-beta.2.

Bug Fixes

  • Fixed network delegate race condition #12053

macOS

  • Fixed crash when setting dock menu. #12087