Electron: v20.0.0-alpha.7 Release

Release date:
June 20, 2022
Previous version:
v20.0.0-alpha.6 (released June 16, 2022)
Magnitude:
165 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v20.0.0-alpha.7

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

Directory Browser for v20.0.0-alpha.7

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

# Release Notes for v20.0.0-alpha.7

Features

  • Added immersive dark mode on Windows. #34549

    Fixes

  • Fixed an issue where draggable regions were not recalculated when BrowserView bounds changed on Windows. #34612 <span style="font-size:small;">(Also in 18, 19)</span>

  • Fixed child about:blank windows from inheriting their parents' preload scripts when sandbox: false and nodeIntegrationInSubFrames: true. #34585

    Other Changes

  • Added deprecation warning for the new-window event. #34593

  • Fixed an issue where BrowserViews didn't always visually update after call to setBounds. #34643 <span style="font-size:small;">(Also in 18, 19)</span>

  • On Linux, changed the libgdk-pixbuf dependency to be dynamically linked rather than statically linked. #34635 <span style="font-size:small;">(Also in 18, 19)</span>