Electron Releases

Filter by channel Filter by major release

Release Notes for v22.3.0

Features

  • Added several standard page size options to webContents.print(). #37263 (Also in 23, 24)

Fixes

  • Fixed a crash when BrowserViews are present and a user attempts to prevent beforeunload in the renderer process. #37266 (Also in 23, 24)
  • Fixed an incorrect result returned when using secure as a cookies filter. #37247 (Also in 24)

Other Changes

  • Security: backported fix for CVE-2023-0696. #37192

Release Notes for v22.2.1

Features

  • Whole-program optimization is enabled by default in electron node headers config file. #37047 (Also in 21, 23)

Fixes

  • Basic accessibility support is now enabled when macOS Voice Control is activated to allow for full voice control of Electron applications. #37146 (Also in 21, 23)
  • Fixed audio worklet scripts failing to run when nodeIntegrationInWorker: true. #37102 (Also in 23)

Documentation

  • Documentation changes: #37107