Electron Releases - v7.1.0

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

Release Notes

This release is a minor bump as it contains exactly one new feature. contextBridge module, this feature is outlined below along with the other fixes and changes that went into this release. The 7.1.x series is now only release line in the 7.x.y major release line that will receive bug fixes and security fixes. It is recommended you upgrade to 7.1.x.

Features

  • Added new contextBridge module to make it easier to communicate between an isolated context and the main world. #20789

Fixes

  • Fixed nativeTheme not accessible via the remote module. #20961
  • Fixed a memory leak issue when setting Tray images. #20935
  • Fixed issue where proxied remote promises might not resolve if Bluebird was installed in the renderer. #20947

Other Changes

  • Prepare for 7.1.0. 18176b48, ef548b65
  • Updated Chromium to 78.0.3904.94. #20930