Electron v21.4.0

npm
npm install --save-dev electron@21.4.0
yarn
yarn add --dev electron@21.4.0
Google ChromeChromium
106.0.5249.199
Node.jsNode.js
16.16.0
V8V8
10.6.194.27

Release Notes

Features

  • Added label property to Display objects. #36931 (Also in 22, 23)

Fixes

  • Fixed an error when fs.readdir gets null for options. #36846 (Also in 22, 23)

  • Fixed an issue where webViews could have an incorrect initial background color following reloads. #36939 (Also in 22, 23)

Other Changes

  • Security: backported fix for CVE-2022-4178. #36586