Release Notes for v35.2.1
Fixes
- Fixed Minimize menu button to follow set window minimizability on Windows. #46715 (Also in 34, 36)
- Fixed a potential crash in
utilityProcess.postMessage
when calling with an invalid transferable. #46666 (Also in 36) - Fixed case where file dialog filters would get mixed up, if a
*
filter was included. #46721 (Also in 34, 36) - Fixed crash on reconversion with google IME and editcontext on macOS. #46700 (Also in 34, 36)
- Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46684 (Also in 34, 36)