Electron v23.0.0-beta.2
npm
npm install --save-dev electron@23.0.0-beta.2
yarn
yarn add --dev electron@23.0.0-beta.2
Release Notes
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(...)
. #36874Fixed missing headers in libcxx_headers bundle. #36864