Electron v33.3.2
npm
npm install --save-dev electron@33.3.2
yarn
yarn add --dev electron@33.3.2
Release Notes
Fixes
Fixed a potential crash in
chrome.tabs.update()
. #45303Fixed an issue where drag-dropping two directories would cause
getAsFileSystemHandle
to never resolve. #45257 (Also in 34, 35)Fixed native module compilation with gcc<= 8 and clang<=15. #45086
The
avoidClosingConnections
option forsession.clearData
now properly defaults tofalse
when thedataTypes
option is not set. #45207 (Also in 34)
Other Changes
Fixed yellow background of composition text with wayland text-input-v3. #45134
Security: backported fix for 384565015.
Security: backported fix for 379869752. #45158
Security: backported fix for CVE-2025-0434.
Security: backported fix for CVE-2025-0436.
Security: backported fix for CVE-2025-0437. #45219
Updated Chromium to 130.0.6723.191. #45150