Electron Releases - v18.0.4

npm install electron@v18.0.4
yarn add electron@v18.0.4

Release Notes

Fixes

  • Apply senderFrame details to ipcMain port event. #33782 (Also in 16, 17)
  • Fixed an issue where Escape keyboard events would not be properly propagated to the parent window after entering fullscreen and then exiting it again on Windows. #33787
  • Fixed the built-in PDF renderer. #33664
  • shell.openExternal() now reports more detailed errors on Windows. #33659 (Also in 15, 16, 17, 19)
  • shell.openExternal() now reports more detailed errors on Windows. #33705 (Also in 15, 16, 17, 19)

Other Changes

  • Backported fix for chromium:1297731, b/218211225. #33708