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@41.0.0-beta.7.
Release Notes for v41.0.0-beta.7
Fixes
- Allow dynamically updating menu item labels, sublabels, and icons. #49972 (Also in 40)
- Fixed an issue where Squirrel.Mac's auto updater would fail to install new updates if the targetBundleURL was either not set or contained special characters. #49978
- Fixed menu bar hiding after a call to
win.setFullScreen(false)when not in fullscreen on Linux. #49996 (Also in 40) - Fixed menus to correctly emit
menu-will-closeevent when closed after any submenu has been open. #49964 (Also in 40) - Fixed window sizing on Linux when min/max size constraints are set or
resizableisfalse. Windows no longer shrink below the requested max size or grow taller when resizability is disabled. #49971