Skip to content

electron v4.0.2

Compare
Choose a tag to compare
@electron-bot electron-bot released this 22 Jan 21:18
· 68 commits to 4-0-x since this release

Release Notes for v4.0.2

Fixes

  • Changed the file dialog presented by inputs with the type file to use sheets on macOS instead of detached modals. #16340
  • Fixed shell.beep() on Ubuntu. #16357
  • Fixed an issue whereby registerAccelerator was being set to the registerAccelerator property of its role even when registerAccelerator was undefined. #16314
  • Fixed crash when closing popup windows. #16478
  • Fixed delivery of IPC events to renderer processes when both contextIsolation and sandbox are enabled. #16376

Documentation

  • Documentation changes: #16326