Electron Releases - v3.1.0-beta.3

npm install electron@v3.1.0-beta.3
yarn add electron@v3.1.0-beta.3
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Bug Fixes/Changes

  • chore: expose release id for use in cleanup. #15904

  • fix: incorrect view ordering for customButtonsOnHover. #15997

  • fix: do not print an error for an expected condition (#15991). #15998

  • fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (backport: 3-1-x). #16011

  • chore: bump libcc (3-1-x). #16033

  • fix: remove event monitor before destroying window. #16056