Electron v26.2.1

npm
npm install --save-dev electron@26.2.1
yarn
yarn add --dev electron@26.2.1
Google ChromeChromium
116.0.5845.188
Node.jsNode.js
18.16.1
V8V8
11.6.189.20

Release Notes

Fixes

  • Fixed an error where listening to certain chrome.tabs events would throw incorrectly. #39772 (Also in 25, 27)

  • Fixed an issue where BrowserWindows could crash on macOS with frame: false and roundedCorners: false when going fullscreen. #39795 (Also in 25, 27)

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

  • Fixed devtools to allow restoring saved dock state on Windows. #39768 (Also in 25, 27)

  • Fixed issue where titlebar would be transparent for transparent windows that are fullscreen. #39780 (Also in 25, 27)

Other Changes

  • Fixed missing type for Electron.TitleBarOverlay. #39805 (Also in 27)

  • Updated Chromium to 116.0.5845.188. #39828