Electron Releases - v7.2.0

npm install electron@v7.2.0
yarn add electron@v7.2.0

Release Notes

Features

    • Added new useSessionCookies flag to net requests to allow them to use the session cookie store.
  • Fixed issue where SameSite cookies would not be attached to outgoing requests from the net module. #22808
  • Exposing methods required by capturing a hidden webContents. #21894

Fixes

  • Better window hierarchy checks. c16c4c25
  • Fixed ARIA role="tree" for macOS VoiceOver. #22424
  • Fixed a crash that could occur when sending arrays over IPC. #22757
  • Fixed a potential crash on devices which had not connected any printers to their network. #22517
  • Fixed an occasional segfault with modal windows being closed or destroyed. #22540
  • Fixed issue where mutating the global Object prototype could cause internal Electron logic to throw errors. #22729
  • Fixed some properties not working in webview tags. #22512

Unknown

  • Reset version for 7.2.0. ace32163