Electron Releases

Filter by channel Filter by major release

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

Release Notes for v12.0.13

Fixes

  • Fixed a hang when denying a window.open using setWindowOpenHandler when nativeWindowOpen: false. #29881 (Also in 13, 14)
  • Fixed an issue where request headers were cleared if the optional "requestHeaders" parameter was not included in the webRequest.onBeforeSendHeaders callback response object. #29834 (Also in 13, 14)

Other Changes

  • Backported fix for chromium:1211215. #29784
  • Security: backported fix for CVE-2021-30547. #29789
  • Security: backported fix for CVE-2021-30553. #29818
  • Security: backported fix for CVE-2021-30554. #29822
  • Security: backported fix for chromium:1194689. #29816
  • Security: backported fix for chromium:1209558. #29814