Electron v21.4.2
npm
npm install --save-dev electron@21.4.2
yarn
yarn add --dev electron@21.4.2
Release Notes
Fixes
Basic accessibility support is now enabled when macOS Voice Control is activated to allow for full voice control of Electron applications. #37144 (Also in 22, 23)
Fixed audio worklet scripts failing to run when
nodeIntegrationInWorker: true
. #37103 (Also in 22, 23)
Other Changes
Security: backported fix for 1406115. #37170
Security: backported fix for CVE-2023-0472. #37057
Security: backported fix for chromium:1408392. #37299
Documentation
Documentation changes: #37106