Electron v27.0.1

npm
npm install --save-dev electron@27.0.1
yarn
yarn add --dev electron@27.0.1
Google ChromeChromium
118.0.5993.89
Node.jsNode.js
18.17.1
V8V8
11.8.172.15

Release Notes

Fixes

  • Fixed an issue where Windows Toast notifications weren't properly dismissed from the Action Center on notification.close() if they'd previously been dismissed. #40244 (Also in 26, 28)

  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #40162 (Also in 24, 25, 26)

  • Fixed an issue where fully occluded windows would return an empty image from webContents.capturePage() on Windows and Linux. #40188 (Also in 25, 26, 28)

  • Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #40217 (Also in 25, 26, 28)

  • Fixed some redundant permission dialogs while screen sharing on Wayland. #40193 (Also in 26, 28)

Other Changes

  • Updated Chromium to 118.0.5993.89. #40240