Electron v41.0.0-beta.6

Latest Pre Release
npm
npm install --save-dev electron@41.0.0-beta.6
yarn
yarn add --dev electron@41.0.0-beta.6
Google ChromeChromium
146.0.7680.16
Node.jsNode.js
24.13.1
V8V8
14.6.202.2

Release 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: 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