Electron: v20.0.0-beta.2 Release

Release date:
June 23, 2022
Previous version:
v20.0.0-beta.1 (released June 21, 2022)
Magnitude:
103 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v20.0.0-beta.2

trop[bot]
sudowoodo-release-bot[bot]

Directory Browser for v20.0.0-beta.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 [email protected].

# Release Notes for v20.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 <span style="font-size:small;">(Also in 18, 19)</span>