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

6 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.4.

Release Notes for v41.0.0-beta.4

Features

  • Added an usePrinterDefaultPageSize option to webContents.print() to allow using the printer's default page size. #49812
  • Added support for long-animation-frame script attribution (via --enable-features=AlwaysLogLOAFURL). #49773 (Also in 39, 40)
  • Enable wasm trap handlers behind WasmTrapHandlers fuse. #49839
  • Extended actions support for Windows notifications to include buttons, select dropdowns, and replies. #49787 (Also in 40)

Fixes

  • Fixed an issue where frameless windows had resize issues in Mac App Store builds. #49857 (Also in 39, 40)
  • Fixed draggable regions not updating position when DevTools is docked to the left or right in a frameless window. #49848 (Also in 39, 40)
  • Fixed several issues with consistent window sizing and resizing on Linux when CSD is in use (e.g. on GNOME/Wayland) and added support for creating content-sized windows. #49835

Other Changes

  • Fixed crash in platform_util::Beep() on Linux. #49865 (Also in 40)
  • Updated Chromium to 146.0.7666.0. #49543

Don't miss a new electron release

NewReleases is sending notifications on new releases.