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 electron@13.0.0-beta.21
.
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