electron v34.0.0-beta.12
Pre-release
Pre-release
sudowoodo-release-bot
released this
16 Dec 15:43
·
4 commits
to 34-x-y
since this release
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@34.0.0-beta.12
.
Release Notes for v34.0.0-beta.12
Fixes
- Fixed custom spell checker getting stuck in infinite loop using 100% CPU. #45020 (Also in 31, 32, 33)
- Fixed issue with missing index arg for
webContents.canGoToOffset
. #45008 (Also in 32, 33)