Electron v23.1.1
npm
npm install --save-dev electron@23.1.1
yarn
yarn add --dev electron@23.1.1
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
Documentation
Documentation changes: #37290