Electron v41.0.0-beta.8

Latest Pre Release
npm
npm install --save-dev electron@41.0.0-beta.8
yarn
yarn add --dev electron@41.0.0-beta.8
Google ChromeChromium
146.0.7680.31
Node.jsNode.js
24.14.0
V8V8
14.6.202.6

Release Notes

Features

  • Added a reason property to the Notification 'closed' event on Windows to allow developers to know the reason the Notification was dismissed. #50029 (Also in 40)

Fixes

  • Fixed an issue on macOS where Universal Links were not delivered to app.on('continue-activity') on cold launch when NSUserActivity.userInfo was nil. #50006 (Also in 39, 40)

  • Fixed an issue where VideoFrame objects returned through contextBridge had an incorrect prototype. #50023 (Also in 39, 40)

  • Fixed an issue where calling setBounds on a WebContentsView could trigger redundant page-favicon-updated events even when the favicon had not changed. #50085 (Also in 39, 40)

  • Fixed build failure when printing is disabled. #50077

  • Fixed shutdown crash on windows when hidden titlebar is enabled. #50055 (Also in 39, 40)

  • Global shortcuts can now be registered more reliably on Wayland using the globalShortcut API. #50051

Unknown

  • Fixed CSS selector syntax in default app styles to properly apply animations to hero icons. #50033