Skip to content

electron v13.0.0-beta.21

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 05 May 21:02
· 371 commits to 13-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 install [email protected].

Release Notes for v13.0.0-beta.21

Features

  • Added new session.storagePath API to get the path on disk for session-specific data. #28866

Fixes

  • Allow Node.js to manage microtasks queue by using explicit microtasks policy before calling uv_run(). #28973 (Also in 11, 12)
  • Fixed an issue where the window couldn't be closed if a user tried to quit with a message box showing. #28988 (Also in 12)

Other Changes

  • Updated Chromium to 91.0.4472.33. #28660