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
Google ChromeChromium
98.0.4758.11
Node.jsNode.js
16.13.0
V8V8
9.8.177.2

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 when will-attach-webview handler modifies the internal params.instanceId. #32430 (Also in 16)

Other Changes

  • Updated Chromium to 98.0.4758.11. #32417

Documentation

  • Documentation changes: #32449