Electron Releases - v20.0.0-beta.12

npm install electron@v20.0.0-beta.12
yarn add electron@v20.0.0-beta.12
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

  • Added support for --ozone-platform-hint flag on Linux. #35014

Other Changes

  • WebContents for <webview> are now only created after the 'will-attach-webview' event is emitted and preventDefault is not called. #35016