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@23.0.0-beta.2
.
Release Notes for v23.0.0-beta.2
Fixes
- Fixed an RTL issue that could happen in some locales when calling
BrowserWindow.setTrafficLightPosition()
on macOS. #36850 (Also in 21, 22) - Fixed an error when fs.readdir gets null for options. #36848 (Also in 22)
- Fixed an issue where the
setPermissionRequestHandler
callback would be invoked twice when usingnavigator.getUserMedia(...)
. #36874 - Fixed missing headers in libcxx_headers bundle. #36864