npm install electron@v27.3.3
yarn add electron@v27.3.3
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 theNodeService
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