Skip to content

electron v20.0.0-alpha.7

Pre-release
Pre-release

Choose a tag to compare

@sudowoodo-release-bot sudowoodo-release-bot released this 20 Jun 16:09
· 250 commits to 20-x-y since this release

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 (Also in 18, 19)
  • 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 (Also in 18, 19)
  • On Linux, changed the libgdk-pixbuf dependency to be dynamically linked rather than statically linked. #34635 (Also in 18, 19)