Electron Releases

Filter by channel Filter by major release

Release Notes for v20.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 install electron@20.0.0-beta.3.

Fixes

  • Fixed an issue where Windows Control Overlay buttons did not respect maximizable/minimizable/closable states of a BrowserWindow. #34721 (Also in 17, 18, 19)

Release Notes for v20.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 install electron@20.0.0-beta.2.

Features

  • Added support for panel-like behavior. Window can float over full-screened apps. #34665

Fixes

  • Fixed an issue where calling w.setWindowButtonVisibility(true) immediately after exiting fullscreen fails to show window buttons. #34675 (Also in 18, 19)