Electron Releases - v12.0.7

npm install electron@v12.0.7
yarn add electron@v12.0.7

Release Notes

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)