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.30
.
Release Notes for v12.0.0-beta.30
Fixes
- Backported fix for https://crbug.com/952922. #27598
- Fixed ECDH.setPrivateKey() not updating the key. #27856
- Fixed an issue where libuv might hang with multiple subframes when
nodeIntegrationInSubframes
is enabled. #27879 (Also in 10, 11) - Fixed an out-of-bounds access in
WebContents.sendInputEvent
. #27855 (Also in 10, 11)
Other Changes
- Updated Chromium to 89.0.4389.58. #27759