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 electron@20.0.0-alpha.7
.
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 whensandbox: false
andnodeIntegrationInSubFrames: true
. #34585