npm electron 6.1.0
electron v6.1.0

latest releases: 31.0.0-alpha.2, 30.0.1, 29.3.1...
4 years ago

Release Notes for v6.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 6.1.x series is now only release line in the 6.x.y major release line that will receive bug fixes and security fixes. It is recommended you upgrade to 6.1.x.

Features

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

Fixes

  • Fixed fs.mkdir/mkdirSync hang with {recursive: true} for invalid names with node 12 on windows. #20665
  • Fixed native modules size increase with VC++ and node 12 on windows. #20627
  • Improved slow touchpad scrolling on windows. #20488

Other Changes

  • Manually bump version to 6.1.0-beta.0 in prep for 6.1.0. 3ca62d9

Don't miss a new electron release

NewReleases is sending notifications on new releases.