Electron Releases

Filter by channel Filter by major release

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

Release Notes for v12.0.14

Fixes

  • Fixed requestFullscreen inside webview does not make the element take fullscreen. #29988 (Also in 13, 14)
  • Fixed a possible renderer crash when using fsPromises.readFile. #29929
  • Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory. #29966 (Also in 13, 14)
  • Fixed an issue where self.module.paths wouldn't work in Workers. #30012 (Also in 13, 14)
  • Fixed an issue where the setAlwaysOnTop value would sometimes not be preserved for child windows on macOS. #29957 (Also in 13, 14)
  • Fixed crash when clicking links with target=_blank from webview. #29950 (Also in 13, 14)
  • Fixed memory leak when creating notification on macOS. #30007 (Also in 13, 14)
  • Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen. #29960 (Also in 13, 14)

Other Changes

  • Security: backported fix for CVE-2021-30522. #29878
  • Security: backported fix for CVE-2021-30523. #29876