Electron Releases

Filter by channel Filter by major release

Release Notes for v13.0.0-beta.17

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@13.0.0-beta.17.

Fixes

  • Fixed an issue where multiple calls to window.setFullScreen could cause problems. #28763
  • Fixed an issue where some dialogs would stop working on macOS if window.hide() was called while they were open. #28694 (Also in 11, 12)

Release Notes for v13.0.0-beta.16

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@13.0.0-beta.16.

Fixes

  • Fixed corner radius for vibrancy view in macOS 11. #28679