Electron Releases

Filter by channel Filter by major release

Release Notes for v25.1.1

Fixes

  • Added transparent color support for WCO on Windows. #38715 (Also in 26)
  • Fixed an error with webContents.print parameter validation by adding missing options required to set printer printable area. #38720 (Also in 26)
  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #38642 (Also in 24, 26)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #38678 (Also in 24, 26)
  • Fixed potential invalid protocol error handling. #38634 (Also in 26)
  • Fixed visibility of menu bar when exiting full screen. #38682 (Also in 23, 24, 26)

Release Notes for v25.1.0

Features

  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #38493 (Also in 24)
  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #38493 (Also in 24)

Fixes

  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #38609 (Also in 23, 24, 26)

Other Changes

  • Improved error message when contentTracing.stopRecording() fails because no trace was in progress. #38519 (Also in 23, 24)
  • Updated Chromium to 114.0.5735.91. #38516