Skip to content

Mellow UI 0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Studio384 Studio384 released this 07 Jun 14:44
· 137 commits to main since this release
0f21eec

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 the icon property. The icon property will overwrite the use of the label as avatar's content.
      • color now accepts true as a valid value.
    • 0a229ed Avatars will now always use the initials of the given label.
      • Adds the disableInitials prop to disable this behavior.