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@28.0.0-alpha.3
.
Release Notes for v28.0.0-alpha.3
Fixes
- Fixed an issue where
MessagePorts
were not being correctly garbage collected when not referenced. #40201 - Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #40219 (Also in 25, 26, 27)
- Fixed some redundant permission dialogs while screen sharing on Wayland. #40192 (Also in 26, 27)