Electron v34.5.3
npm
npm install electron@34.5.3
yarn
yarn add electron@34.5.3
Release Notes
Fixes
Fixed Minimize menu button to follow set window minimizability on Windows. #46716 (Also in 35, 36)
Fixed case where file dialog filters would get mixed up, if a
*
filter was included. #46720 (Also in 35, 36)Fixed crash on reconversion with google IME and editcontext on macOS. #46701 (Also in 35, 36)
Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46683 (Also in 35, 36)
Other Changes
Backported fix for 405292639. #46728