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
Google ChromeChromium
110.0.5478.5
Node.jsNode.js
18.12.1
V8V8
11.0.219

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 using navigator.getUserMedia(...). #36874

  • Fixed missing headers in libcxx_headers bundle. #36864