Electron Releases

Filter by channel Filter by major release

Release Notes for v16.0.0-alpha.6

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@16.0.0-alpha.6.

Fixes

  • Fixed issue where non-resizable frameless windows aren't draggable. #31300 (Also in 14, 15)

Release Notes for v16.0.0-alpha.5

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@16.0.0-alpha.5.

Fixes

  • Fixed "Failed to serialize arguments" error when emitting 'context-menu' event for webview. #31278 (Also in 15)