Electron v27.0.0-alpha.3
npm
npm install --save-dev electron@27.0.0-alpha.3
yarn
yarn add --dev electron@27.0.0-alpha.3
Release Notes
Features
Fixes
Fixed an issue where
BrowserViews
that had their bounds set prior to being added to aBrowserWindow
could have unexpected incorrect offsets. #39627Fixed 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)