Electron Releases - v13.1.5

npm install electron@v13.1.5
yarn add electron@v13.1.5

Release Notes

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