Mellow UI 0.5
Pre-release
Pre-release
Mellow UI 0.5 is a minor feature update introducing a number of new features.
Changes
- Avatar: Revamps the
Avatar
component API.- fe1715d Avatars will now use different colors based on the given label by default.
- Avatar no longer accepts a
ChildNode
. - Adds the
label
property as a required property, and theicon
property. The icon property will overwrite the use of the label as avatar's content. color
now acceptstrue
as a valid value.
- Avatar no longer accepts a
- 0a229ed Avatars will now always use the initials of the given label.
- Adds the
disableInitials
prop to disable this behavior.
- Adds the
- fe1715d Avatars will now use different colors based on the given label by default.