Electron Releases

Filter by channel Filter by major release

Release Notes for v11.1.0

Fixes

  • Added Electron DLLs like libGLESv2.dll to symbol server. #26965 (Also in 9, 10, 12)
  • Fixed an issue that a message box in GTK contains no buttons. #26916 (Also in 10, 12)
  • Fixed an issue where event.reply could sometimes not deliver a reply to an IPC message when cross-site iframes were present. #26926 (Also in 9, 10, 12)
  • Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. #26951 (Also in 9, 10, 12)

Release Notes for v11.0.5

Fixes

  • Fixed "screen" methods to be reassignable again. #26873 (Also in 12)
  • Fixed systemPreferences.effectiveAppearance returning systemPreferences.getAppLevelAppearance(). #26878 (Also in 9, 10, 12)
  • Fixed callbacks passed via the remote module not being released after all references are dropped. #26836 (Also in 12)
  • Fixed uncaught promise rejection when creating webContents with javascript disabled. #26870 (Also in 10, 12)

Other Changes

  • Updated Chromium to 87.0.4280.88. #26817