Electron v8.0.0-beta.7 Release Notes

Release Date: 2020-01-16 // over 4 years ago
  • ๐Ÿš€ 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 [email protected].

    ๐Ÿš€ 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