Electron Releases

Filter by channel Filter by major release

Release Notes for v5.0.0-beta.5

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@5.0.0-beta.5.

Fixes

  • Fixed 5.0.0-beta.1 menuitem crash on Windows and Linux. #17215
  • Fixed a bug when retrieving security scoped bookmarks in ShowOpenDialog and ShowSaveDialog. #17177

Other Changes

  • Updated Chromium to 73.0.3683.61. #17192

Documentation

  • Documentation changes: #17167

Release Notes for v5.0.0-beta.4

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@5.0.0-beta.4.

Fixes

  • Fixed defaultId not taking affect when set to 0 and no "cancel" button was present on macOS. #17150
  • Fixed webContents.print() not working correctly. #17117

Other Changes

  • Updated Chromium to 73.0.3683.41. #16980
  • Updated Chromium to 73.0.3683.49. #17094
  • Updated Chromium to 73.0.3683.54. #17147

Documentation

  • Documentation changes: #17118