Electron Releases - v10.3.1

npm install electron@v10.3.1
yarn add electron@v10.3.1

Release Notes

Fixes

  • Fixed CSP with unsafe-eval detection with Trusted Types. #27468 (Also in 9, 11, 12)
  • Fixed <webview> not working with Trusted Types. #27465 (Also in 9, 11, 12)
  • Fixed readdir/readdirSync (w/ withFileTypes) failing on a deep directory within archive. #27507 (Also in 11, 12)
  • Fixed crash when a keyboard event immediately precedes calling browserWindow.close() on Windows. #27358 (Also in 11, 12)
  • Fixed shutdown crash when quitting with in-progress downloads. #27417 (Also in 11, 12)
  • Increase stack size on windows x64 to 8MB. #27386 (Also in 11, 12)
  • Updated the ICU time zone database to the latest 2020f version. #27368

Other Changes

  • Backported the fix to CVE-2020-16044. #27492
  • Backported the fix to CVE-2021-21118 from V8. #27420
  • Backported the fix to a UAF in Mojo (1162198). #27402
  • Backported the fix to chromium:1153329. #27495
  • Backported the fix to chromium:1160534. #27452
  • Security: backported fix for 1148309. #27361
  • Security: backported fix for 1150065, 1153658. #27393
  • Security: backported fix for 1151069. #27360
  • Security: backported fix for 1151298. #27394
  • Security: backported fix for 1152645. #27399
  • Security: backported fix for 1155426. #27395
  • Security: backported fix for 1157562. #27396
  • Security: backported fix for CVE-2021-21122. #27407
  • Security: backported fix for chromium:1153442. #27397
  • Security: backported fix for chromium:1161654. #27412