You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added UnstyledAvatar as a new primitive for rendering avatars with painter-backed content and
fallback underlay content. Avatar is now included in the composeunstyled module by default.
Added UnstyledDropdownMenuItem as an unscoped dropdown menu item API for building menu content
without relying on DropdownMenuPanelScope.MenuItem. This make it easier to build menu items without having to wrap the scope.
Deprecated
Deprecated DropdownMenuPanelScope.MenuItem. Use UnstyledDropdownMenuItem instead. It will be
removed in 3.0.