Electron Releases - v23.1.0

npm install electron@v23.1.0
yarn add electron@v23.1.0

Release Notes

Features

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

Fixes

  • Changed HTML5 Notifications created with the requireInteraction option to not timeout on Linux and Windows. #36502 (Also in 21, 22)
  • Fixed a crash when BrowserViews are present and a user attempts to prevent beforeunload in the renderer process. #37267 (Also in 22, 24)
  • Fixed a potential crash in some types of Worklets. #37081

Other Changes

  • Updated Chromium to 110.0.5481.100. #37183

Documentation

  • Documentation changes: #37108