Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.16

Fixes

  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30329 (Also in 13, 14, 15)
  • Fixed stack overflow crash in v8 on windows 32-bit builds. #30244 (Also in 13, 14, 15)

Other Changes

  • Security: backported fix for 1205059,1196302. #30266
  • Security: backported fix for CVE-2021-30541. #30185
  • Security: backported fix for CVE-2021-30560. #30182
  • Security: backported fix for CVE-2021-30562. #30195
  • Security: backported fix for CVE-2021-30563. #30198
  • Security: backported fix for CVE-2021-30568. #30227
  • Security: backported fix for CVE-2021-30569. #30295
  • Security: backported fix for CVE-2021-30572. #30261
  • Security: backported fix for CVE-2021-30573. #30252

Release Notes for v12.0.15

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