Electron Releases

Filter by channel Filter by major release

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 (Also in 12)
  • Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. #26753 (Also in 11, 12)
  • Fixed an issue where some buttons were un-clickable in some BrowserViews with draggable regions enabled. #26744 (Also in 9, 11)
  • Fixed an issue whereby a corrupted async_hooks stack would crash the renderer when throwing some errors in the renderer process. #26747 (Also in 9, 11)
  • Fixed uncaught promise rejection when creating webContents with javascript disabled. #26871 (Also in 11, 12)

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 (Also in 7.3, 8, 9, 11)

Release Notes for v10.1.6

Fixes

  • Fixed LC_ALL environment variable getting changed in Electron. #26550 (Also in 9)
  • Fixed window.open not accepting size values with "px" at the end. #26333 (Also in 11)
  • Fixed a rare crash on Windows that could occur when emitting certain powerMonitor events. #26180 (Also in 11)
  • Fixed an issue where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. #26245 (Also in 9, 11)
  • Fixed an issue where draggable regions did not work exclusively on BrowserViews. #26260 (Also in 9, 11)
  • Fixed an issue where draggable regions were not properly updated on BrowserViews when a containing BrowserWindow was resized. #26321 (Also in 9, 11)
  • Fixed an issue where packages could not be selected with <input file="type"> on macOS. #26555 (Also in 11)
  • Fixed calling app.commandLine.appendSwitch('lang') not changing app's locale. #26241 (Also in 9, 11)
  • Fixed debug.log files being created under working directory on windows. #26266 (Also in 9)
  • Fixed draggable regions stops working when devtools is opened on macOS. #26394 (Also in 9, 11)

Other Changes

  • Backported the fix to CVE-2020-16013: Inappropriate implementation in V8. #26455
  • Backported the fix to CVE-2020-16017: Browser UAF when detaching a provisional frame. #26473
  • Improved performance of takeHeapSnapshot(). #26229
  • Security: backported fix for 1100470, 1125337. #26209
  • Security: backported fix for 1128657. #26196
  • Security: backported fix for 1133983. #26203
  • Security: backported fix for 1135018. #26193
  • Security: backported fix for 1135857. #26190
  • Security: backported fix for 1143772. #26399
  • Security: backported fix for 1144489. #26396
  • Security: backported fix for 817982. #26438
  • Security: backported fix for chromium:1117258. #26199
  • Security: backported fix for chromium:1132111. #26206
  • Security: backported fix for chromium:1133527. #26411
  • Security: backported fix for chromium:1137608. #26408
  • Security: backported fix for chromium:1137630. #26212
  • Security: backported fix for chromium:1139398. #26405