Electron v32.2.8
npm
npm install --save-dev electron@32.2.8
yarn
yarn add --dev electron@32.2.8
Release Notes
Fixes
Fixed
chrome.i18n
extension API being unavailable in service workers. #45038 (Also in 31, 33, 34)Fixed custom spell checker getting stuck in infinite loop using 100% CPU. #45019 (Also in 31, 33, 34)
Fixed issue with missing index arg for
webContents.canGoToOffset
. #45007 (Also in 33, 34)
Other Changes
Security: backported fix for CVE-2024-12053.
Security: backported fix for chromium:378725734. #45039