Release Notes for v12.0.14
Fixes
- Fixed
requestFullscreen
inside webview does not make the element take fullscreen. #29988 (Also in 13, 14) - Fixed a possible renderer crash when using
fsPromises.readFile
. #29929 - Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory. #29966 (Also in 13, 14)
- Fixed an issue where
self.module.paths
wouldn't work in Workers. #30012 (Also in 13, 14) - Fixed an issue where the
setAlwaysOnTop
value would sometimes not be preserved for child windows on macOS. #29957 (Also in 13, 14) - Fixed crash when clicking links with
target=_blank
from webview. #29950 (Also in 13, 14) - Fixed memory leak when creating notification on macOS. #30007 (Also in 13, 14)
- Fixed page title not being updated on child windows without navigation entries under nativeWindowOpen. #29960 (Also in 13, 14)