Electron Releases

Filter by channel Filter by major release

Release Notes for v26.0.0-alpha.4

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

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@26.0.0-alpha.4.

Fixes

  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #38610 (Also in 23, 24, 25)

Release Notes for v26.0.0-alpha.3

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

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@26.0.0-alpha.3.

Fixes

  • Fixed an issue where files could in some circumstances be selection when openFile was not passed as a dialog property. #38590