Release Notes for v12.0.7
Fixes
- Allow Node.js to manage microtasks queue by using explicit microtasks policy before calling
uv_run()
. #28972 (Also in 11, 13) - Fixed
<webview>
focus
/blur
events not working withcontextIsolation
enabled. #29024 (Also in 10, 11, 13) - Fixed an issue where drag regions on macOS would be offset incorrectly when no drag regions were set,. #29019 (Also in 11, 13)
- Fixed an issue where the window couldn't be closed if a user tried to quit with a message box showing. #28989 (Also in 13)