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@41.0.0-beta.6.
Release Notes for v41.0.0-beta.6
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