Electron Releases - v22.0.1

npm install electron@v22.0.1
yarn add electron@v22.0.1

Release Notes

Fixes

  • Changed HTML5 Notifications created with the requireInteraction option to not timeout on Linux and Windows. #36501 (Also in 21)
  • Fixed a crash that could occur when running eval in inline scripts in unsandboxed renderer processes. #36668 (Also in 23)
  • Fixed an issue with incorrect focus ring highlighting when using dialog.showMessageBox(). #36802 (Also in 21, 23)
  • Fixed binary stripping for branded release builds on Linux. #36654 (Also in 21, 23)
  • Fixed warning about duplicate WebSwapCGLLayer symbols when Electron starts on macOS. #36800 (Also in 21, 23)

Other Changes

  • Added node-api: handle no support for external buffers. #36624
  • Backported fix for chromium:1352405. #36517
  • Backported fix for chromium:1352405. #36518
  • Removed unneeded --turbo-profiling-input argument from mksnapshot_args for Linux mksnapshot zips. #36782 (Also in 23)
  • Updated Chromium to 108.0.5359.99. #36613