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@36.0.0-beta.2
.
Release Notes for v36.0.0-beta.2
Features
- Added support for Autofill, Writing Tools and Services macOS level menu items in context menus via the new
frame
option inmenu.popup
. #46350 - Added support for
system-context-menu
on Linux. #46399
Fixes
- Fixed an issue where calling
UtilityProcess.fork
prior to the app ready event would cause a crash. #46404 (Also in 34, 35) - Fixed flickering and ghosting artifacts in transparent windows on macOS. #46393 (Also in 35)
- Fixed memory leak in AutofillPopupView. #46412 (Also in 34, 35)
- Fixed the issue where rounded corners disappear momentarily when closing on Windows 11. #46407 (Also in 35)
Documentation
- Documentation changes: #46366