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

electron v8.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 16 Jan 20:29
· 393 commits to 8-x-y 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@8.0.0-beta.7.

Release Notes for v8.0.0-beta.7

Features

  • Added session.addWordToSpellCheckerDictionary API to support custom words in the. #21297

Fixes

  • Fixed set-cookie header not passed in net module. #21769
  • Fixed an issue where webContents.printToPDF failed to properly generate the PDF document. #21797
  • Fixed an issue where custom stream protocols would sometimes not complete responses when the data stream ended. #21759
  • Fixed memory leak when using javascript generator functions. #21760

Other Changes

  • Updated Chromium to 80.0.3987.59. #21800
0