Electron Releases

Filter by channel Filter by major release

Release Notes for v11.2.0

Features

  • Made win.setAspectRatio() work on Windows. #27203 (Also in 12)

Fixes

  • Fixed a crash that could occur on app quit when using the remote module. #27069 (Also in 12)
  • Fixed an issue where BrowserViews couldn't be effectively reparented. #27219 (Also in 12)
  • Fixed an issue where non-draggable regions on BrowserViews could have incorrectly calculated bounds. #27183 (Also in 10, 12)
  • Fixed an issue where some draggable regions were not clickable when loaded into BrowserViews on Windows. #27178 (Also in 10, 12)
  • Fixed the pretty-print JavaScript feature in DevTools not functioning correctly. #27102

Other Changes

  • Updated Chromium to 87.0.4280.141. #27213

Unknown

  • Fixed chrome.webRequest extensions API not intercepting any requests. #27096 (Also in 10, 12)

Release Notes for v11.1.1

Fixes

  • Fixed protocol methods not being accessible via remote.protocol. #27044 (Also in 12)
  • Fixed readdir/readdirSync (w/ withFileTypes) failing on a deep directory within archive. #27010 (Also in 12)
  • Fixed a memory leak in desktopCapturer.getSources. #27056 (Also in 10, 12)
  • Fixed an issue where SIGINT was improperly handled in Node.js processes. #26972 (Also in 10, 12)
  • Fixed an issue where renderer process stack traces were broken with contextIsolation enabled. #26997 (Also in 12)
  • Fixed an issue where some async_hooks were not properly emitted after an error in the renderer process. #26991 (Also in 12)
  • Fixed an issue whereby remote.screen EventEmitter methods are undefined in the renderer. #26989 (Also in 12)