npm electron 32.0.0-beta.2
electron v32.0.0-beta.2

latest releases: 33.0.0-alpha.3, 31.5.0, 30.5.0...
one month 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@32.0.0-beta.2.

Release Notes for v32.0.0-beta.2

Features

  • Added a new property prefersReducedTransparency to nativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #43024
  • Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. #42993 (Also in 31)

Fixes

  • Fixed an error where a minimized or hidden window would thrown an unresponsive error in the main process. #43053
  • Fixed an issue where calling desktopCapturer.getSources on macOS running 14.4 or later would make non-resizable windows resizable. #43045 (Also in 31)

Other Changes

  • Updated Chromium to 128.0.6611.0. #43017

Don't miss a new electron release

NewReleases is sending notifications on new releases.