Electron v24.0.0-beta.6

npm
npm install --save-dev electron@24.0.0-beta.6
yarn
yarn add --dev electron@24.0.0-beta.6
Google ChromeChromium
112.0.5615.39
Node.jsNode.js
18.14.0
V8V8
11.2.214.9

Release Notes

Fixes

  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #37726 (Also in 22, 23)

  • Fixed an issue where draggable regions incorrectly captured clicks in framed windows. #37741

  • Fixed canceling of bluetooth requests when no devices are returned. #37717 (Also in 23)

Other Changes

  • Updated Chromium to 112.0.5615.39. #37700