Electron Releases

Filter by channel Filter by major release

Release Notes for v26.4.0

Fixes

  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #40163 (Also in 24, 25, 27)
  • Fixed an issue where calling show() on a child BrowserWindow would show all other children attached to the same parent on macOS. #40107 (Also in 24, 25, 27)
  • Fixed an issue where closing and opening a minimized DevTools window would not work as expected. #40118 (Also in 25, 27)
  • Fixed deprecated gpu-process-crashed / renderer-process-crashed events being emitted twice and with incorrect arguments. #40112 (Also in 22, 24, 25, 27)

Other Changes

  • Fixed launch failure with child_process.spawn on windows affected by launching store applications. #40127 (Also in 25, 27)
  • Security: backported fix for 1480184.
    • Security: backported fix for 1481179. #40077

Release Notes for v26.3.0

Features

  • Added support for chrome.scripting extension APIs. #39676 (Also in 25, 27)

Fixes

  • Fixed BrowserView.setBounds calls not painting view in new bounds in some cases. #40036 (Also in 25, 27)
  • Fixed an issue where webContents.print could fail when options is a frozen object. #40029 (Also in 25, 27)
  • Fixed an issue where vibrant windows incorrectly have square corners when they're modals on macOS. #39998 (Also in 25, 27)

Other Changes

  • Updated Chromium to 116.0.5845.228. #40043