Release Notes for v36.0.0
Fixes
- Fixed
electron.shell.openExternal
andelectron.shell.openPath
to honor user-defined system defaults on Linux. #46788 (Also in 33, 34, 35) - Fixed
getNativeWindowHandle()
crash that affected 36 betas on macOS. #46750 - Fixed a possible crash when using
navigator.bluetooth.requestDevice
and theselect-bluetooth-device
event. #46782 (Also in 34, 35) - Fixed a potential crash when closing a window with child windows. #46773 (Also in 34, 35)
- Fixed an issue where the backgroundMaterial feature did not work in a frameless window on initial window creation. #46792
- Fixed build error with
enable_electron_extensions=false
. #46842 (Also in 35) - Fixed crash when renderer process crashes while webview is reloading. #46768 (Also in 34, 35)
- Fixed documentation to mark
Window.autoHideMenuBar
as supported on Linux and Windows. #46830 (Also in 35) - Fixed the border style of windows with vibrancy on macOS. #46771 (Also in 35)
Other Changes
- Updated Chromium to 136.0.7103.48. #46756