Electron Releases - v4.0.0-beta.7

npm install electron@v4.0.0-beta.7
yarn add electron@v4.0.0-beta.7
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

  • Fix missing remote object error when calling remote function created in preload script (4-0-x). #15446

  • fix: explicitly set windowsHide to the old node default. #15511

  • chore: publish to the latest tag correctly when releasing old versions. #15515

  • docs: add Size as an option for pageSize in docs for printToPDF. #15526

  • fix: use sendToAll method correctly in chrome-api. #15529

  • docs: fix the "second-instance" event handler signature in the docs. #15548

  • fix: honor properties.showHiddenFiles on Linux. #15506

  • build: make pyyaml an optional dependency. #15566

  • feat: add remote.require() / remote.getGlobal() filtering. #15562

  • build: store the patches config in a json file. #15572

  • fix: use NSURL path for receipt url. #15574