Electron v24.8.2

npm
npm install --save-dev electron@24.8.2
yarn
yarn add --dev electron@24.8.2
Google ChromeChromium
112.0.5615.204
Node.jsNode.js
18.14.0
V8V8
11.2.214.22

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)

Other Changes

  • Security: backported fix for CVE-2023-4427.

    • Security: backported fix for CVE-2023-4428.

    • Security: backported fix for CVE-2023-4430. #39647

  • Security: backported fix for CVE-2023-4572. #39688