npm electron 30.4.0
electron v30.4.0

latest releases: 32.2.3, 33.2.0, 34.0.0-alpha.8...
2 months ago

Release Notes for v30.4.0

Features

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

Fixes

  • Fixed an issue where navigator.serial.getPorts() incorrectly returned an empty array in some cases. #43171 (Also in 31, 32)
  • Fixed an issue where system-context-menu was not triggered as expected on Windows when using a frameless BrowserWindow. #43275 (Also in 31, 32)
  • Fixed an issue where the File System Access API did not remember the user's last picked directory as expected. #43155 (Also in 31, 32)
  • Fixed behavior when entering/exiting fullscreen fails on macOS. #43151 (Also in 29, 31, 32)
  • Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43072 (Also in 31, 32)
  • Resolved an issue where desktopCapturer.getSources never fulfilled its promise in some cases. #43272 (Also in 29, 31, 32)

Other Changes

Don't miss a new electron release

NewReleases is sending notifications on new releases.