Skip to content

electron v12.0.7

Compare
Choose a tag to compare
@electron-bot electron-bot released this 07 May 11:31
· 203 commits to 12-x-y since this release

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 with contextIsolation 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)

Other Changes

  • Improved performance of napi_threadsafe_function. #29047 (Also in 13)