Electron Releases - v13.1.7

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

Release Notes

Fixes

  • Fixed requestFullscreen inside webview does not make the element take fullscreen. #29987 (Also in 12, 14)
  • Fixed a crash when calling the webContents.on('login') callback synchronously. #30091 (Also in 12, 14)
  • Fixed a possible renderer crash when using fsPromises.readFile. #29928
  • Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory. #29968 (Also in 12, 14)
  • Fixed an issue where the traffic lights would get double-drawn when exiting fullscreen and adding a BrowserView on macOS. #30149 (Also in 14)
  • Fixed incorrect value of document.focus when opening multiple windows on macOS
    • fix key window status on mac when opening panels or using custom window switchers. #29234 (Also in 12, 14)
  • Fixed systemPreferences.getSystemColor returning colors missing alpha values. #30088 (Also in 14)

Other Changes

  • Backported fix for 1216190. #30100 (Also in 12, 14)

Documentation

  • Documentation changes: #30057