Electron: v10.4.1 Release

Release date:
March 15, 2021
Previous version:
v10.4.0 (released February 19, 2021)
Magnitude:
33 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in v10.4.1

trop[bot]
ppontes
electron-bot
miniak
codebytere
VerteDinde
mlaurencin

Directory Browser for v10.4.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Release Notes for v10.4.1

Fixes

  • Fixed BrowserWindow.documentEdited property on top level window. #28159 <span style="font-size:small;">(Also in 11, 12)</span>
  • Fixed a potential crash when resetting BrowserViews. #27946 <span style="font-size:small;">(Also in 11, 12)</span>
  • Fixed an issue where BrowserViews could have mismatched draggable regions to their bounds. #27986 <span style="font-size:small;">(Also in 11, 12)</span>
  • Fixed an issue where libuv might hang with multiple subframes when nodeIntegrationInSubframes is enabled. #27881 <span style="font-size:small;">(Also in 11, 12)</span>
  • Fixed an out-of-bounds access in WebContents.sendInputEvent. #27854 <span style="font-size:small;">(Also in 11, 12)</span>
  • Fixed background color not being applied for child windows created by native window.open path. #27945 <span style="font-size:small;">(Also in 11, 12)</span>
  • Fixed issue where window.open() would not return an object with a location.href setter when contextIsolation is enabled and nativeWindowOpen is disabled. #28160 <span style="font-size:small;">(Also in 12)</span>
  • Fixed native window.open() to not use windowName/frameName as title by default. #27868 <span style="font-size:small;">(Also in 11, 12)</span>
  • Fixed warning when worldSafeExecuteJavaScript is disabled. #27974 <span style="font-size:small;">(Also in 11, 12)</span>

    Other Changes

  • Security: backported fix for 1180871. #28047

  • Security: backported fix for CVE-2021-21160. #28094

  • Security: backported fix for CVE-2021-21162. #28092

  • Security: backported fix for CVE-2021-21165. #28090

  • Security: backported fix for CVE-2021-21181. #28098

  • Security: backported fix for CVE-2021-21193. #28166

  • Security: backported fix to 1177593. #28051