Skip to content

Releases: sippy-platform/mellow-ui

Mellow UI 0.8

21 Jun 08:38
779b4fa
Compare
Choose a tag to compare
Mellow UI 0.8 Pre-release
Pre-release

Mellow UI 0.8 introduces new tools.

Changes

  • ca3f6e8 useColor hook: adds the first hook, useColor to Mellow UI.
  • 266ae72 Truncate list item labels: adds support for truncating list item labels.
  • afa458b Avatar border: adds support for avatar borders.
  • 3a216b8 Avatar and label default styles
    • plated is no longer a valid variant for the Avatar component. solid has been added as a variant.
    • plated is no longer a valid variant for the Label component. outlined has been added as a variant.

Mellow UI 0.7.2

20 Jun 09:05
c98a485
Compare
Choose a tag to compare
Mellow UI 0.7.2 Pre-release
Pre-release

Mellow UI 0.7.2 fixes missing className support in Alerts.

Fixes

  • 7e727eb Support className prop on Alert and AlertTitle.

Mellow UI 0.7.1

20 Jun 08:32
b57fea1
Compare
Choose a tag to compare
Mellow UI 0.7.1 Pre-release
Pre-release

Mellow UI 0.7.1 adds support for passing props to the Select component.

Changes

  • d0ab061 Support passing props to the Select component.
  • 44ad369 Require at least Mellow CSS 0.6.1.

Mellow UI 0.7

17 Jun 12:30
Compare
Choose a tag to compare
Mellow UI 0.7 Pre-release
Pre-release

Mellow UI 0.7 provides an improved Select component with support for placeholders and various styling fixes.

Changes

  • e8a6825 Add support for placeholders.
  • 0eb6d24 Use the listbox class from Mellow CSS.
    • Fixes an issue where the listbox would always render with a white background, even in dark themes.
    • Fixes an issue where the Select element would have excessive padding.
    • Fixes an issue where the z-index of the listbox would be to low.

Mellow UI 0.6.2

16 Jun 14:01
f7b67bc
Compare
Choose a tag to compare
Mellow UI 0.6.2 Pre-release
Pre-release

Mellow UI 0.6.2 fixes a minor typing issue with Selects.

Fixes

  • 002129f Fixes incorrect type for select onChange.

Mellow UI 0.6.1

14 Jun 12:00
18beecd
Compare
Choose a tag to compare
Mellow UI 0.6.1 Pre-release
Pre-release

Mellow UI 0.6.1 is a minor bugfix release.

Fixes

  • b0b839d Fixes incorrect type for onChange in the Select component.

Mellow UI 0.6

14 Jun 11:54
Compare
Choose a tag to compare
Mellow UI 0.6 Pre-release
Pre-release

Mellow UI 0.6 is a minor feature update.

Changes

  • 18cdef4 4ce0ac0 Various typing updates.
  • 4ce0ac0 When no name is given, Mellow UI will now use the id as a name.

Mellow UI 0.5

07 Jun 14:44
0f21eec
Compare
Choose a tag to compare
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 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.

Mellow UI 0.4

31 May 13:49
46ed6bc
Compare
Choose a tag to compare
Mellow UI 0.4 Pre-release
Pre-release

Mellow UI 0.4 introduces new components.

Changes

  • Menu: adds the Menu components and other related components.

Mellow UI 0.3

30 May 14:56
Compare
Choose a tag to compare
Mellow UI 0.3 Pre-release
Pre-release

Mellow UI 0.3 contains a set of new components.

New features

  • Avatar: adds the Avatar component.
  • BottomBar: adds the BottomBar component and related components.

Enhancements

  • Radio: the Radio component now supports having no label and helper.

Fixes

  • Fixes the Card component not extending the button type to allow for clickable cards.

Documentation

Mellow UI 0.3 also introduces some major improvements to the documentation. While still very early and the system we're now working with is sub-optimal, the new documentation adds code examples and more visual examples in general.

  • Adds support for SASS imports.
  • Adds @components and @docs aliases for imports.
  • Adds layout similar to Mellow CSS documentation.
  • Adds demo component.