Electron Releases - v12.0.15

npm install electron@v12.0.15
yarn add electron@v12.0.15

Release Notes

Fixes

  • Fixed a crash when calling the webContents.on('login') callback synchronously. #30092 (Also in 13, 14)
  • Fixed a potential crash when calling app.quit() on macOS. #30138 (Also in 13, 14)
  • Fixed key window status on mac when opening panels or using custom window switchers. #30067 (Also in 14)
  • Fixed pressing ESC not exiting fullscreen from webview. #30137 (Also in 14)

Other Changes

  • Backported fix for 1216190. #30099 (Also in 13, 14)

Documentation

  • Documentation changes: #30056