Electron Releases - v7.1.8

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

Release Notes

Fixes

  • Fixed an issue in the net module where aborting a request during a redirect could cause an error to be thrown. #21645
  • Fixed incorrect button highlighting when defaultId is passed for dialog message boxes. #21652

Other Changes

  • Updated crashReporter to throw an error for getLastCrashReport if crashReporter not started. #21683