Skip to content

electron v10.1.7

Choose a tag to compare

@electron-bot electron-bot released this 08 Dec 02:57
· 173 commits to 10-x-y since this 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

Unknown

  • Re-enable Rosetta on Apple Silicon devices. #26569 (Also in 7.3, 8, 9, 11)