Electron v22.1.0

npm
npm install --save-dev electron@22.1.0
yarn
yarn add --dev electron@22.1.0
Google ChromeChromium
108.0.5359.179
Node.jsNode.js
16.17.1
V8V8
10.8.168.25

Release Notes

Features

  • Added label property to Display objects. #36932 (Also in 21, 23)

Fixes

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

  • Removed plugin helper checks on macOS gated behind enable_plugins buildflag. #36978 (Also in 23)

Other Changes

  • Fixed voiceover repeating selected text when expanding selection in a textarea. #36991