Releases: sippy-platform/mellow-ui
Mellow UI 0.15
Mellow UI 0.15 is a minor feature update including updates types and an improved Dropdown component.
Changes
Mellow UI 0.14.1
No changes. This version bump fixes the npm package.
Mellow UI 0.14
Mellow UI 0.14 is a minor feature update.
Changes
- 98eefa2 Adds support for the
secondary
prop on theListItem
component. Mellow CSS 0.14 is now required.
Mellow UI 0.13.4
Mellow UI 0.13.4 is a maintenance release containing minor changes, bugfixes, and documentation updates. It also includes fixes that were set for Mellow UI 0.12.1 but were not released until this point.
Changes
- f9d5041 Update dependencies.
- f1b2339 The
InputControl
andSelectControl
now have a div around themselves.
Fixes
- 4040f55 Fixes a bug where
Menu
andMenuTrigger
both expect theopen
property.
Documentation
Mellow UI 0.13.3
Mellow UI 0.13.3 is a minor maintenance release to allow use in combination with any Mellow CSS version that matches the minimum requirements.
Changes
- 4a7579b Support Mellow CSS 0.11 and higher instead of 0.11.x.
Mellow UI 0.13.2
Mellow UI 0.13.1
Mellow UI 0.13.1 contains no changes other than a new version number compared to version 0.13.0. This version bump is to fix a corrupt package uploaded to npm.
Mellow UI 0.13
Mellow UI 0.13 adds a number of new components and improvements to existing features.
Changes
- d8b3b6f Adds the
DialogFooter
component. - 7cb0da4 Adds the
Dropdown
andDropdownItem
component. - d43ac0b Adds the
Placeholder
component.- Adds support for the
placeholderWidth
prop on theButton
component.
- Adds support for the
- 066a821 Adds the
justify
prop toToolbar
to act as a shorthand for the variousjustify-content-*
classes from Mellow CSS.
Mellow UI 0.12
Mellow UI 0.11.3
Mellow UI 0.11.3 fixes a missing prop in NavLink
.
Fixes
- 86a0bd3 Fixes the missing
disabled
prop in theNavLink
component.