Electron v28.0.0-beta.11

npm
npm install --save-dev electron@28.0.0-beta.11
yarn
yarn add --dev electron@28.0.0-beta.11
Google ChromeChromium
120.0.6099.35
Node.jsNode.js
18.18.2
V8V8
12.0.267.8

Release Notes

Features

  • This PR adds several properties to the display object including detected, maximumCursorSize, and nativeOrigin. #40554

Fixes

  • Backported fix for AVX related crashes on certain linux machines. #40542 (Also in 26, 27)

  • Use activateIgnoringOtherApps for focusing non-panels on macOS. #40621

Other Changes

  • Security: backported fix for 1491210.

    • Security: backported fix for CVE-2023-6345. #40647

  • Updated Chromium to 120.0.6099.35. #40547