Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@36.0.0-beta.9
.
Release Notes for v36.0.0-beta.9
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