Electron Releases - v7.1.4

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

Release Notes

Fixes

  • Fixed an issue that caused ClientRequest.getUploadProgress() to return incorrect values. #21425
  • Fixed compositor recycling when creating new BrowserView. #21400
  • Fixed contextBridge crash when closing a window. #21417
  • Fixed issues where noLink and checkboxChecked were not passed correctly on Windows. #21406
  • Fixed throttling in webContents.setBackgroundThrottling. #21357

Other Changes

  • Updated Chromium to 78.0.3904.130. #21413