Electron Releases

Filter by channel Filter by major release

Release Notes for v16.0.0-beta.1

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 install electron@16.0.0-beta.1.

Fixes

  • Fixed a tracing agent-related crash when initializing Node.js in service workers. #31477
  • Fixed possible 'Object has been destroyed' error when calling window.open with a frame name and using setWindowOpenHandler. #31469 (Also in 14, 15)
  • Generate valid config.gypi file in Node.js headers. #31441 (Also in 14, 15)
  • Removes several Chromium private enterprise APIs from Mac Apple Store builds. #31488 (Also in 15)

Release Notes for v16.0.0-alpha.9

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@16.0.0-alpha.9.

Features

  • Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers. #31416 (Also in 13, 14, 15)

Fixes

  • Fixed a potential crash when setting nativeTheme.themeSource on macOS. #31430 (Also in 14, 15)