Release Notes for v13.1.7
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 - Fixed systemPreferences.getSystemColor returning colors missing alpha values. #30088 (Also in 14)
Other Changes
Documentation
- Documentation changes: #30057