Navigation Menu

Skip to content

electron v13.1.5

Compare
Choose a tag to compare
@electron-bot electron-bot released this 01 Jul 21:05
· 229 commits to 13-x-y since this release

Release Notes for v13.1.5

Fixes

  • Fixed a hang when denying a window.open using setWindowOpenHandler when nativeWindowOpen: false. #29882 (Also in 12, 14)
  • Fixed an issue where dropdown menus did not work in DevTools when contextIsolation was enabled. #29885 (Also in 14)
  • Fixed an issue where request headers were cleared if the optional "requestHeaders" parameter was not included in the webRequest.onBeforeSendHeaders callback response object. #29836 (Also in 12, 14)
  • Fixed an issue where the setAlwaysOnTop value would sometimes not be preserved for child windows on macOS. #29956 (Also in 12, 14)
  • Fixed crashes on macOS when Geolocation was used. #29912 (Also in 14)

Other Changes

  • Updated Chromium to 91.0.4472.124. #29774