Electron v24.8.2
npm
npm install --save-dev electron@24.8.2
yarn
yarn add --dev electron@24.8.2
Release Notes
Fixes
Fixed an issue where child windows opened when the parent window is already fullscreen did not respect the child windows' fullscreenability and resizability settings. #39643 (Also in 25, 26, 27)
Fixed an issue where the Node.js
assert
module did not work in the renderer process. #39621 (Also in 25, 26, 27)