Skip to content

Releases: sippy-platform/mellow-ui

Mellow UI 0.15

22 Aug 08:31
d404c6d
Compare
Choose a tag to compare
Mellow UI 0.15 Pre-release
Pre-release

Mellow UI 0.15 is a minor feature update including updates types and an improved Dropdown component.

Changes

  • 614fa17 32eb846 MellowColor is now an exported type and is now used internally wherever it is aplicable.
  • 97e2905 Support for onClick on the DropdownItem.
  • 481425e Support for active on the `DropdownItem

Mellow UI 0.14.1

19 Aug 14:16
bc4b81a
Compare
Choose a tag to compare
Mellow UI 0.14.1 Pre-release
Pre-release

No changes. This version bump fixes the npm package.

Mellow UI 0.14

19 Aug 14:06
7f177ef
Compare
Choose a tag to compare
Mellow UI 0.14 Pre-release
Pre-release

Mellow UI 0.14 is a minor feature update.

Changes

  • 98eefa2 Adds support for the secondary prop on the ListItem component. Mellow CSS 0.14 is now required.

Mellow UI 0.13.4

19 Aug 08:20
9d5b4cf
Compare
Choose a tag to compare
Mellow UI 0.13.4 Pre-release
Pre-release

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 and SelectControl now have a div around themselves.

Fixes

  • 4040f55 Fixes a bug where Menu and MenuTrigger both expect the open property.

Documentation

  • 49def74 Removes unexisting property demos from the documentation.
  • 26419d6 Fixes the input overview demos.

Mellow UI 0.13.3

03 Aug 12:32
c3da860
Compare
Choose a tag to compare
Mellow UI 0.13.3 Pre-release
Pre-release

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

22 Jul 09:53
a9678f0
Compare
Choose a tag to compare
Mellow UI 0.13.2 Pre-release
Pre-release

Mellow UI 0.13.2 is a minor release to fix a bug in the SelectControl component.

Changes

  • 347a48b Removes the double index files for components and hooks.

Fixes

  • 22b15e7 Fixes an issue where the label on the SelectControl wouldn't shrink on 0 and other falsy values other than null and undefined.

Mellow UI 0.13.1

20 Jul 14:37
ed0b411
Compare
Choose a tag to compare
Mellow UI 0.13.1 Pre-release
Pre-release

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

20 Jul 14:28
c3e5725
Compare
Choose a tag to compare
Mellow UI 0.13 Pre-release
Pre-release

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 and DropdownItem component.
  • d43ac0b Adds the Placeholder component.
    • Adds support for the placeholderWidth prop on the Button component.
  • 066a821 Adds the justify prop to Toolbar to act as a shorthand for the various justify-content-* classes from Mellow CSS.

Mellow UI 0.12

19 Jul 08:20
239cd80
Compare
Choose a tag to compare
Mellow UI 0.12 Pre-release
Pre-release

Mellow UI 0.12 introduces a set of new components.

Changes

  • f73b8ec Adds InputGroup and InputAddon components.
  • 0b9843c Add ButtonGroup and Toolbar component

Mellow UI 0.11.3

18 Jul 12:52
a9547de
Compare
Choose a tag to compare
Mellow UI 0.11.3 Pre-release
Pre-release

Mellow UI 0.11.3 fixes a missing prop in NavLink.

Fixes

  • 86a0bd3 Fixes the missing disabled prop in the NavLink component.