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@27.0.0-alpha.3
.
Release Notes for v27.0.0-alpha.3
Features
Fixes
- Fixed an issue where
BrowserViews
that had their bounds set prior to being added to aBrowserWindow
could have unexpected incorrect offsets. #39627 - Fixed an issue where certain properties of
chrome.tabs
Tab objects were not properly considered privileged. #39608 (Also in 25, 26) - Support Region Capture API with tab MediaStream. #39619 (Also in 25, 26)