Electron v36.0.0-beta.2
npm
npm install electron@36.0.0-beta.2
yarn
yarn add electron@36.0.0-beta.2
Release Notes
Features
Added support for Autofill, Writing Tools and Services macOS level menu items in context menus via the new
frame
option inmenu.popup
. #46350Added 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