Electron v41.0.0-beta.6
Latest Pre ReleaseRelease Notes
Features
Added support for
--experimental-transform-types. #49882 (Also in 39, 40)On Wayland (Linux), frameless windows now have GTK drop shadows and extended resize boundaries. To create fully frameless windows with no decorations, set
hasShadow: falsein the window constructor. #49885
Fixes
Fixed a macOS crash when creating a new tab from the tab overview. #49933 (Also in 40)
Fixed an issue where malformed custom
toastXmlcould cause a Notification crash. #49953 (Also in 40)Fixed an issue where pressing AltGr could activate or focus the menu bar. #49916 (Also in 39, 40)
Fixed an issue where setting
zoomFactorinsetWindowOpenHandler'soverrideBrowserWindowOptionshad no effect on windows opened viawindow.open(). #49911 (Also in 39, 40)
Documentation
Documentation changes: #49948