npm electron 41.0.0-beta.6
electron v41.0.0-beta.6

14 hours ago

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: false in 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 toastXml could 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 zoomFactor in setWindowOpenHandler's overrideBrowserWindowOptions had no effect on windows opened via window.open(). #49911 (Also in 39, 40)

Documentation

  • Documentation changes: #49948

Don't miss a new electron release

NewReleases is sending notifications on new releases.