Electron v11.4.7

npm
npm install --save-dev electron@11.4.7
yarn
yarn add --dev electron@11.4.7
Google ChromeChromium
87.0.4280.141
Node.jsNode.js
12.18.3
V8V8
8.7.220.31

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