Electron Releases

Filter by channel Filter by major release

Release Notes for v11.2.2

Fixes

  • Fixed CSP with unsafe-eval detection with Trusted Types. #27469 (Also in 9, 10, 12)
  • Fixed <webview> not working with Trusted Types. #27464 (Also in 9, 10, 12)
  • Fixed regression that crashed Electron when processing an invalid icon. #27478 (Also in 12)
  • None. #27509 (Also in 12)

Other Changes

  • Backported the fix to CVE-2020-16044. #27491
  • Backported the fix to CVE-2021-21118 from V8. #27415
  • Backported the fix to a UAF in Mojo (1162198). #27401
  • Backported the fix to chromium:1153329. #27494
  • Security: backported fix for CVE-2021-21122. #27406

Release Notes for v11.2.1

Fixes

  • Apps requesting the CAMERA_PAN_TILT_ZOOM permission will have the permission request handler called with a permission string of "media" instead of "font-access". #27423
  • Fixed crash when a keyboard event immediately precedes calling browserWindow.close() on Windows. #27357 (Also in 10, 12)
  • Fixed shutdown crash when quitting with in-progress downloads. #27419 (Also in 10, 12)
  • Increase stack size on windows x64 to 8MB. #27385 (Also in 10, 12)
  • Updated the ICU time zone database to the latest 2020f version. #27369

Other Changes

  • Backported the fix to CVE-2021-21120 from sqlite. #27424
  • Backported the fix to chromium:1160534. #27443
  • Backported the fixes to the save file dialog related CVE-2021-21123, CVE-2021-21129, CVE-2021-21130, CVE-2021-21131, CVE-2021-21141. #27437
  • Security: backported fix for chromium:1161654. #27411