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.2
.
Release Notes for v20.0.0-alpha.2
Fixes
- Fixed an issue where zombie windows can be created if
window.close()
is called during a fullscreen transition. #34393 (Also in 17, 18, 19) - Fixed potential crash in WebFrameMain when performing a cross-origin navigation. #34417 (Also in 18, 19)
Other Changes
- Updated Chromium to 104.0.5073.0. #34352