Release Notes for v7.1.0
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 theremote
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