Electron v26.3.0

npm
npm install --save-dev electron@26.3.0
yarn
yarn add --dev electron@26.3.0
Google ChromeChromium
116.0.5845.228
Node.jsNode.js
18.16.1
V8V8
11.6.189.22

Release Notes

Features

  • Added support for chrome.scripting extension APIs. #39676 (Also in 25, 27)

Fixes

  • Fixed BrowserView.setBounds calls not painting view in new bounds in some cases. #40036 (Also in 25, 27)

  • Fixed an issue where webContents.print could fail when options is a frozen object. #40029 (Also in 25, 27)

  • Fixed an issue where vibrant windows incorrectly have square corners when they're modals on macOS. #39998 (Also in 25, 27)

Other Changes

  • Updated Chromium to 116.0.5845.228. #40043