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

electron v3.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@codebytere codebytere released this 13 Aug 16:32
· 249 commits to 3-0-x since this release
32ffb0b

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.5.

Bug Fixes

  • Removed upstream code that used private Mac API. #13919
  • Fixed POST failure regression introduced in a previous 3.0.0 beta. #14022
  • Fixed asarStatsToFsStats' return object to inherit from fs.stats. #14041
  • Improved handling of --enable-features and --disable-features. #13921
  • Fixed ipcRemote.sendSync regression introduced in a previous 3.0.0 beta. #13997
  • Fixed value of process.execPath in sandboxed renderer. #13959
  • Stopped passing preloadPath via ELECTRON_BROWSER_SANDBOX_LOAD. #14026

Other Changes

  • Added location url to "Node.js Integration with Remote Content" warning. #13976

Documentation Updates

0