Skip to content

electron v5.0.12

Compare
Choose a tag to compare
@electron-bot electron-bot released this 02 Nov 06:00
· 4 commits to 5-0-x since this release

Release Notes for v5.0.12

Fixes

  • Fixed a crash in Menus related to menu.popup(). #20800
  • Fixed crashes when calling webContents.printToPDF() multiple times. #20812
  • Fixed fs.mkdir/mkdirSync hang with {recursive: true} for invalid names with node 12 on windows. #20664
  • Fixed memory leaks caused by callbacks not being released when the remote module is used in sub-frames (<iframe> or scriptable popup). #20816
  • Fixed native module size increase on windows, follow up fix to #20614. #20707
  • Fixed native modules size increase with VC++ and node 12 on windows. #20628
  • Fixed parsing of paths with .asar in directory name extensions. #20403
  • [deps/uv] fsevents: fix file event reporting (backport: v12.x). #20433