Electron v11.4.7
npm
npm install --save-dev electron@11.4.7
yarn
yarn add --dev electron@11.4.7
Release Notes
Fixes
Fixed an incorrect warning about enableRemoteModule being issued when the option was undefined (and thus defaulting to false). #29023
Fixed an issue where events on webview elements were missing properties if contextIsolation was enabled. #29150 (Also in 10)
Fixed corner radius for vibrancy view in macOS 11. #29072 (Also in 12, 13)
Documentation
Documentation changes: #29147