Releases: sippy-platform/mellow-ui
Releases · sippy-platform/mellow-ui
Mellow UI 0.8
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 theAvatar
component.solid
has been added as a variant.plated
is no longer a valid variant for theLabel
component.outlined
has been added as a variant.
Mellow UI 0.7.2
Mellow UI 0.7.2 fixes missing className
support in Alerts.
Fixes
- 7e727eb Support
className
prop onAlert
andAlertTitle
.
Mellow UI 0.7.1
Mellow UI 0.7
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
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
Mellow UI 0.6.1 is a minor bugfix release.
Fixes
- b0b839d Fixes incorrect type for
onChange
in theSelect
component.
Mellow UI 0.6
Mellow UI 0.5
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.
Mellow UI 0.4
Mellow UI 0.4 introduces new components.
Changes
- Menu: adds the
Menu
components and other related components.
Mellow UI 0.3
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.