Electron v26.3.0
npm
npm install --save-dev electron@26.3.0
yarn
yarn add --dev electron@26.3.0
Release Notes
Features
Fixes
Fixed BrowserView.setBounds calls not painting view in new bounds in some cases. #40036 (Also in 25, 27)
Fixed an issue where
webContents.printcould fail whenoptionsis 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