Electron v23.1.0

npm
npm install --save-dev electron@23.1.0
yarn
yarn add --dev electron@23.1.0
Google ChromeChromium
110.0.5481.100
Node.jsNode.js
18.12.1
V8V8
11.0.226.16

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