8000 Release electron v5.0.0-beta.8 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v5.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 04 Apr 18:28
· 208 commits to 5-0-x since this release

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@5.0.0-beta.8.

Release Notes for v5.0.0-beta.8

Fixes

  • DevTools Extensions now load correctly. #17616
  • Fixed a bug which caused global shortcuts with the Windows key not to work properly on Windows. #17566
  • Fixed an issue with netLog module properties not being returned correctly. #17545
  • Fixed issue where preload scripts would sometimes run twice in the same process in different contexts resulting in broken native node module loading. #17597
  • Fixed offscreen rendering not working with viz compositor. #17572
  • Fixed the handling of the escape key in dialogs created by window.confirm. The "Cancel" button is now triggered by the escape key, and the "OK" button is now triggered by the return key. #17578
  • Injected chrome extensions that have content scripts with a . in the pattern field now treat it as a raw . instead of a wildcard. #17594

Other Changes

  • Updated Chromium to 73.0.3683.101. #17656
  • Updated Chromium to 73.0.3683.104. #17692

Documentation

  • Documentation changes: #17663
0