Electron Releases - v17.0.0-beta.4

npm install electron@v17.0.0-beta.4
yarn add electron@v17.0.0-beta.4
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

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