Electron Releases - v11.4.7

npm install electron@v11.4.7
yarn add electron@v11.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