Electron v36.0.0-beta.9
npm
npm install --save-dev electron@36.0.0-beta.9
yarn
yarn add --dev electron@36.0.0-beta.9
Release Notes
Fixes
Fix: osr stutter fix backport for electron. #46709
Fixed Minimize menu button to follow set window minimizability on Windows. #46714 (Also in 34, 35)
Fixed case where file dialog filters would get mixed up, if a
*
filter was included. #46722 (Also in 34, 35)Fixed crash on reconversion with google IME and editcontext on macOS. #46699 (Also in 34, 35)
Other Changes
Deprecated
NativeImage.getBitmap()
and fixed incorrect documentation. #46736