npm electron 12.0.0-beta.11
electron v12.0.0-beta.11

latest releases: 32.1.2, 32.1.1, 33.0.0-beta.1...
3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@12.0.0-beta.11.

Release Notes for v12.0.0-beta.11

Fixes

  • Fixed protocol methods not being accessible via remote.protocol. #27043 (Also in 11)
  • Fixed readdir/readdirSync (w/ withFileTypes) failing on a deep directory within archive. #27011 (Also in 11)
  • Fixed a memory leak in desktopCapturer.getSources. #27058 (Also in 10, 11)
  • Fixed an issue where SIGINT was improperly handled in Node.js processes. #26971 (Also in 10, 11)
  • Fixed an issue where renderer process stack traces were broken with contextIsolation enabled. #26912 (Also in 11)
  • Fixed an issue where some async_hooks were not properly emitted after an error in the renderer process. #26990 (Also in 11)
  • Fixed an issue whereby remote.screen EventEmitter methods are undefined in the renderer. #26988 (Also in 11)
  • Fixed window with customButtonsOnHover option not having rounded corner on macOS. #26960

Don't miss a new electron release

NewReleases is sending notifications on new releases.