Electron v35.1.3

npm
npm install --save-dev electron@35.1.3
yarn
yarn add --dev electron@35.1.3
Google ChromeChromium
134.0.6998.179
Node.jsNode.js
22.14.0
V8V8
13.4.114.21

Release Notes

Fixes

  • Fixed a crash that could occur when dragging and dropping files into the browser. #46311 (Also in 36)

  • Fixed an issue where context-menu event weren't emitted as expected on Windows in draggable regions. #46334 (Also in 34, 36)

  • Fixed an issue where calling UtilityProcess.fork prior to the app ready event would cause a crash. #46403 (Also in 34, 36)

  • Fixed flickering and ghosting artifacts in transparent windows on macOS. #46392 (Also in 36)

  • Fixed memory leak in AutofillPopupView. #46413 (Also in 34, 36)

  • Fixed the issue where rounded corners disappear momentarily when closing on Windows 11. #46408 (Also in 36)

  • When a menu item on macOS is disabled (enabled = false), it is now greyed out. #46341 (Also in 34, 36)

Other Changes

  • Updated Chromium to 134.0.6998.179. #46313