Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@20.0.0-beta.12
.
Release Notes for v20.0.0-beta.12
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 andpreventDefault
is not called. #35016