Skip to content

electron v20.3.2

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 12 Oct 19:39
· 74 commits to 20-x-y since this release

Release Notes for v20.3.2

Fixes

  • Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts. #35978 (Also in 21, 22)
  • Fixed on-screen-keyboard not hiding on input rendered in webview is blurred. #35981 (Also in 21, 22)
  • You can now import the built-in electron module via ESModule loaders, i.e. import('electron') and import 'electron' now work natively. #35956 (Also in 21, 22)

Other Changes