Electron: v9.0.0-beta.2 Release

Release date:
February 16, 2020
Previous version:
Could not determine previous release version
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in v9.0.0-beta.2

Could not determine top contributors for this release.

Directory Browser for v9.0.0-beta.2

We couldn't find a release before this one

Release Notes Published

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 v9.0.0-beta.2

Features

  • Added session.listWordsFromSpellCheckerDictionary API to list custom words in the dictionary. #22128
  • Enable pdf viewer. 0e318260

Fixes

  • Fixed webRequest API not working with WebSockets. #22133
  • Fixed a crash in webContents.print() with custom print margins. #22185
  • Fixed an issue where undefined was printed from console.log on Window when no arguments were passed. #22171
  • Fixed bug that occurred when using trafficLightPosition API in RTL mode. #22163