Electron v27.0.0-beta.2

npm
npm install --save-dev electron@27.0.0-beta.2
yarn
yarn add --dev electron@27.0.0-beta.2
Google ChromeChromium
118.0.5993.5
Node.jsNode.js
18.17.1
V8V8
11.8.172.1

Release Notes

Fixes

  • Fixed Windows Mica/Acrylic background material effects on frameless windows. #39802

  • Fixed an issue where accelerators representing DOM keys were not correctly converted in webContents.sendInputEvent(). #39822 (Also in 26)

Other Changes

  • Fixed missing type for Electron.TitleBarOverlay. #39806 (Also in 26)

  • Security: backported fix for CVE-2023-4863. #39823