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@12.0.0-beta.19
.
Release Notes for v12.0.0-beta.19
Fixes
- Fixed CSP with
unsafe-eval
detection with Trusted Types. #27471 (Also in 9, 10, 11) - Fixed
<webview>
not working with Trusted Types. #27467 (Also in 9, 10, 11) - Fixed an issue where the zoom button was missing for windows with
titleBarStyle: hiddenInset
on macOS. #27462 - Fixed regression that crashed Electron when processing an invalid icon. #27463 (Also in 11)