Electron Releases - v16.2.3

npm install electron@v16.2.3
yarn add electron@v16.2.3

Release Notes

Fixes

  • Apply senderFrame details to ipcMain port event. #33780 (Also in 17, 18)
  • Fixed a network service crash that could occur when using setCertificateVerifyProc. #33255 (Also in 15, 17, 18)
  • Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #33540 (Also in 17, 18)
  • Fixed an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows. #33544 (Also in 17, 18)
  • Fixed emojis appearing black and white in Chromium 96. #33683
  • Fixed issues with frameless window animations and styling. #33607 (Also in 17, 18, 19)
  • shell.openExternal() now reports more detailed errors on Windows. #33657 (Also in 15, 17, 18, 19)

Other Changes

  • Backported fix for CVE-2022-1134. #33762
  • Backported fix for CVE-2022-1138. #33681
  • Backported fix for chromium:1286816. #33678
  • Backported fix for chromium:1297731, b/218211225. #33710
  • Security: backported fix for CVE-2022-23308. #33669
  • Security: backported fix for chromium:1280852. #33672