Electron v27.3.3

npm
npm install --save-dev electron@27.3.3
yarn
yarn add --dev electron@27.3.3
Google ChromeChromium
118.0.5993.159
Node.jsNode.js
18.17.1
V8V8
11.8.172.18

Release Notes

Fixes

  • CSS style -webkit-app-region: drag; has no effect in full screen mode. #41331 (Also in 28, 29)

  • Fixed an issue where crashes in node::Environment destruction potentially wouldn't be propagated to the NodeService exit handler. #41300 (Also in 28, 29)

  • Fixed an issue where zoom level settings did not persist per-session for webviews. #41269 (Also in 28)

Other Changes

  • Security: backported fix for 41496653.

    • Security: backported fix for CVE-2024-1283.

    • Security: backported fix for CVE-2024-1284.

    • Security: backported fix for 41491976. #41375