Electron v17.0.0-beta.4
npm
npm install --save-dev electron@17.0.0-beta.4
yarn
yarn add --dev electron@17.0.0-beta.4
Release Notes
Fixes
Fixed aspect ratio resize for frameless windows on macOS. #32447 (Also in 15, 16)
The
<webview>
implementation was made more robust, it no longer breaks whenwill-attach-webview
handler modifies the internalparams.instanceId
. #32430 (Also in 16)
Other Changes
Updated Chromium to 98.0.4758.11. #32417
Documentation
Documentation changes: #32449