Electron Releases - v8.2.0

npm install electron@v8.2.0
yarn add electron@v8.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. #22807
  • Added disableDialogs option to WebPreferences. #22665

Fixes

  • Fixed a crash that could occur when sending arrays over IPC. #22758
  • Fixed a potential crash on invalid zoomFactor values when setting the zoom factor of a webpage. #22709
  • Fixed issue where mutating the global Object prototype could cause internal Electron logic to throw errors. #22728
  • Returns a more graceful error when adding duplicate items to a single TouchBar instance. #22645

Other Changes

  • Updated Chromium to 80.0.3987.158. #22742