Release Notes for v12.0.15
Fixes
- Fixed a crash when calling the
webContents.on('login')
callback synchronously. #30092 (Also in 13, 14) - Fixed a potential crash when calling
app.quit()
on macOS. #30138 (Also in 13, 14) - Fixed key window status on mac when opening panels or using custom window switchers. #30067 (Also in 14)
- Fixed pressing ESC not exiting fullscreen from webview. #30137 (Also in 14)
Other Changes
Documentation
- Documentation changes: #30056