8000 Release electron v11.4.5 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v11.4.5

Compare
Choose a tag to compare
6326
@electron-bot electron-bot released this 05 May 01:12
· 70 commits to 11-x-y since this release

Release Notes for v11.4.5

Fixes

  • Allow Node.js to manage microtasks queue by using explicit microtasks policy before calling uv_run(). #28974 (Also in 12, 13)
  • Fixed an issue where some Node.js modules would hang on page reload on Windows. #28336 (Also in 12, 13)
  • Fixed an issue where windows in simpleFullscreen mode were not properly resizing when display metrics changed. #28870 (Also in 12, 13)
  • Fixed the window-all-closed event being emitted while the last BrowserWindow was still in the process of being closed. #28912 (Also in 12, 13)

Other Changes

0