Skip to content

Releases: sippy-platform/mellow-ui

Mellow UI 0.11.2

18 Jul 11:31
894e316
Compare
Choose a tag to compare
Mellow UI 0.11.2 Pre-release
Pre-release

Mellow UI 0.11.2 is a minor maintenance release.

Changes

Fixes

  • f2d5a8e Fixes an issue where useColor wouldn't recalculate the color when the string changed.

Mellow UI 0.11.1

01 Jul 14:20
5cc6215
Compare
Choose a tag to compare
Mellow UI 0.11.1 Pre-release
Pre-release

Mellow UI 0.11.1 fixes an issue with the updated InputControl.

Fixes

  • 1efeab1 Restores support for the required prop on InputControl.

Mellow UI 0.11

01 Jul 13:14
c964629
Compare
Choose a tag to compare
Mellow UI 0.11 Pre-release
Pre-release

Mellow UI 0.11.0 is a major feature update introducing new form behavior.

Breaking change

The InputControl and SelectControl now return an object for their onChange callback that includes the id of the control and the value that was selected. This change brings both of these controls in line with eachother instead of returning an ChangeEvent and T respectively.

InputControl and SelectControl both require the id prop to be set.

Changes

  • 741e8dc Updates the InputControl and SelectControl to return the same type with their onChange function and to require the id prop.
  • c825057 Removes the list-item-action class for the ListItem component.
  • 6ff24c0 47abbc8 Allows any value on Select and SelectControl.

Fixes

  • d8604cc Fixes a bug where the listbox in a SelectControl would appear under the helper text.

Mellow UI 0.10.1

30 Jun 13:13
fa05fef
Compare
Choose a tag to compare
Mellow UI 0.10.1 Pre-release
Pre-release

Mellow UI 0.10.1 contains typing improvements.

Changes

  • f9ea81a Revamps the implementation of our polymorphic components.

Mellow UI 0.10

30 Jun 13:11
2e64d29
Compare
Choose a tag to compare
Mellow UI 0.10 Pre-release
Pre-release

Mellow UI 0.10 is a feature update with the new Nav component and various other changes.

Changes

  • 45153b7 Pivot: removes the variant prop from the Pivot components.
  • 5083cd2 Nav: adds the Nav component, this component is visually the same as the Pivot but does not include tab support.
  • 7bde4b8 Removes string as a valid type of the as prop on all components that accept as as a prop.

Fixes

  • 56ca7bb Fixes a misalignment in the SelectControl component.
  • 5a8289e Fixes a bug where the navigation of the documentation couldn't be scrolled.

Mellow UI 0.9.2

24 Jun 07:45
f042757
Compare
Choose a tag to compare
Mellow UI 0.9.2 Pre-release
Pre-release

Mellow UI 0.9.2 includes an rewritten InputControl and various minor bugfixes.

Changes

  • 49ada91 Rewrite InputControl to use the native input element directly.
    • InputControl no longer accepts InputLabel and Input as parameters.
    • SelectControl no longer accepts InputLabel as a parameter.

Fixes

  • 025ff68 Fixes an issue where InputControl and SelectControl required helper to be set.

Mellow UI 0.9.1

23 Jun 14:08
5a0e148
Compare
Choose a tag to compare
Mellow UI 0.9.1 Pre-release
Pre-release

Mellow UI 0.9.1 is a minor bugfix release.

Fixed issues

  • ad89cfd Fixes a bug where an InputControl field could not be set as required.

Mellow UI 0.9

23 Jun 13:56
626e120
Compare
Choose a tag to compare
Mellow UI 0.9 Pre-release
Pre-release

Mellow UI 0.9 is a feature update implementing the various changes in Mellow CSS 0.8.

New features

  • c630bf4 Adds the FormControl component as a composition component for input, input labels, and helpers with the new floating style.

Fixes

  • 9b5e009 Fixes a bug where the placeholder in the Select control would appear as a placeholder component.

Documentation

  • 1bd7b97 Fixes the broken documentation imports.

Mellow UI 0.8.2

21 Jun 08:57
2e2a321
Compare
Choose a tag to compare
Mellow UI 0.8.2 Pre-release
Pre-release

This time it is correct...

Mellow UI 0.8.1

21 Jun 08:47
31b872a
Compare
Choose a tag to compare
Mellow UI 0.8.1 Pre-release
Pre-release

Mellow UI 0.8.1 fixes missing TypeScript definitions for the new useColor hook.

Fixes

  • f2aa254 Fixes missing type declarations for the included hooks.