Electron v23.1.1

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

Release Notes

Fixes

  • Corrects an issue with HTML fullscreen when BrowserWindow fullscreening is disabled. #37367 (Also in 24)

  • Fixed potential private API usage for MAS builds on macOS. #37363 (Also in 24)

  • Fixed window could not go back to maximized state when restored on Linux. #37359 (Also in 24)

Other Changes

  • Security: backported fix for chromium:1408392. #37297

  • Updated Chromium to 110.0.5481.104. #37333

Documentation

  • Documentation changes: #37290