Electron Releases

Filter by channel Filter by major 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

  • Modified the Windows 11 WCO to match the native look more closely. #35968 (Also in 21)
  • Security: backported fix for CVE-2022-3307. #35883
  • Security: backported fix for CVE-2022-3315. #35929