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

electron v6.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 21 May 21:19
· 304 commits to 6-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@6.0.0-beta.4.

Release Notes for v6.0.0-beta.4

Features

  • Allowed setting working directory in app.setUserTasks() / app.setJumpList(). #18291

Fixes

  • Added missing 'page-title-updated' event on webContents to documentation. Also fixed forwarding of the explicitSet argument when emitted on BrowserWindow. #18319
  • Corrected a reversal of cancellation values in showSaveDialog on the Windows platform. #18383
  • Fixed a dialog crash when no BrowserWindow was passed. #18381
  • Fixed autohide taskbar not showing when frameless window is maximized. #18373
  • Fixed the input[type=file] element not showing a file dialog. #18341
0