Electron Releases

Filter by channel Filter by major release

Release Notes for v3.0.0-beta.10

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 i electron@3.0.0-beta.10.

Bug Fixes/Changes

  • docs: Specify VS 15.4.5 for 3-0-x. #14476

  • backport debugger fix. #14481

  • chore: bump libcc (3-0-x). #14482

  • fix: don't use deprecated fstatNoException API. #14484

  • Macos Window Title And Accessibility Focus Fix - Override accessibility method in atom_ns_window - Add title attribute in accessibilityAttributeValue. #14486

  • fix: manually manage WebContents of webview when it is detached (3-0-x). #14488

  • fix: notify focus change right away rather not on next tick. #14453

  • fix: notify focus change right away rather not on next tick (3-0-x). #14494

  • fix: re-enable power monitor test. #14496

Release Notes for v3.0.0-beta.9

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 i electron@3.0.0-beta.9.

Bug Fixes/Changes

  • deps: roll node to deprecate statsyncnoexception and lstatsyncnoexception. #14467