Electron Releases

Filter by channel Filter by major release

Release Notes for v20.0.0-beta.7

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@20.0.0-beta.7.

Fixes

  • Fixed spontaneous crashing in native modules that depended on nan. #34851

Release Notes for v20.0.0-beta.6

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@20.0.0-beta.6.

Fixes

  • Fixed an issue where DataList bounds had part of the item text cut off vertically. #34786 (Also in 19)