Skip to content

electron v34.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 16 Dec 15:43
· 4 commits to 34-x-y since this release
b5ed025

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)

Other Changes

  • Backported fix for 382394791. #45023
  • Updated Chromium to 132.0.6834.46. #45005