Electron: v10.1.7 Release

Release date:
December 7, 2020
Previous version:
v10.1.6 (released November 18, 2020)
Magnitude:
42 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v10.1.7

trop[bot]
electron-bot
miniak
ppontes
codebytere

Directory Browser for v10.1.7

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.1.7

Fixes

  • Fixed <webview> render-process-gone event dispatch. #26577
  • Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows. #26779 <span style="font-size:small;">(Also in 12)</span>
  • Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. #26753 <span style="font-size:small;">(Also in 11, 12)</span>
  • Fixed an issue where some buttons were un-clickable in some BrowserViews with draggable regions enabled. #26744 <span style="font-size:small;">(Also in 9, 11)</span>
  • Fixed an issue whereby a corrupted async_hooks stack would crash the renderer when throwing some errors in the renderer process. #26747 <span style="font-size:small;">(Also in 9, 11)</span>
  • Fixed uncaught promise rejection when creating webContents with javascript disabled. #26871 <span style="font-size:small;">(Also in 11, 12)</span>

    Other Changes

  • Security: backported the fix to CVE-2020-16015: Insufficient data validation in WASM. #26858

  • Security: backported the fix to CVE-2020-16022: Insufficient policy enforcement in networking. #26860

    Unknown

  • Re-enable Rosetta on Apple Silicon devices. #26569 <span style="font-size:small;">(Also in 7.3, 8, 9, 11)</span>