Electron v26.0.0-beta.11

npm
npm install --save-dev electron@26.0.0-beta.11
yarn
yarn add --dev electron@26.0.0-beta.11
Google ChromeChromium
116.0.5845.49
Node.jsNode.js
18.16.1
V8V8
11.6.189.12

Release Notes

Fixes

  • Fixed a potential crash when calling tray.popUpContextMenu on macOS. #39313

  • Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. #39309 (Also in 25)

  • Fixed an issue where chrome.i18n did not work properly with Chrome Extensions Manifest V3. #39328 (Also in 25)

  • Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. #39310 (Also in 25)