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.4
.
Release Notes for v32.0.0-beta.4
Fixes
- Fixed an issue where
navigator.serial.getPorts()
incorrectly returned an empty array in some cases. #43169 (Also in 30, 31) - Fixed an issue where calling
window.showInactive
on macOS did not actually show the window. #43103 (Also in 31) - Fixed behavior when entering/exiting fullscreen fails on macOS. #43152 (Also in 29, 30, 31)
- Fixed issues with the vibrancy view on macOS. #43127 (Also in 31)