Releases: sippy-platform/mellow-ui
Mellow UI 0.11.2
Mellow UI 0.11.1
Mellow UI 0.11.1 fixes an issue with the updated InputControl
.
Fixes
- 1efeab1 Restores support for the
required
prop onInputControl
.
Mellow UI 0.11
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
andSelectControl
to return the same type with theironChange
function and to require theid
prop. - c825057 Removes the
list-item-action
class for theListItem
component. - 6ff24c0 47abbc8 Allows any value on
Select
andSelectControl
.
Fixes
- d8604cc Fixes a bug where the
listbox
in aSelectControl
would appear under the helper text.
Mellow UI 0.10.1
Mellow UI 0.10.1 contains typing improvements.
Changes
- f9ea81a Revamps the implementation of our polymorphic components.
Mellow UI 0.10
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 thePivot
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 theas
prop on all components that acceptas
as a prop.
Fixes
Mellow UI 0.9.2
Mellow UI 0.9.2 includes an rewritten InputControl
and various minor bugfixes.
Changes
- 49ada91 Rewrite
InputControl
to use the nativeinput
element directly.InputControl
no longer acceptsInputLabel
andInput
as parameters.SelectControl
no longer acceptsInputLabel
as a parameter.
Fixes
- 025ff68 Fixes an issue where
InputControl
andSelectControl
requiredhelper
to be set.
Mellow UI 0.9.1
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
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
This time it is correct...
Mellow UI 0.8.1
Mellow UI 0.8.1 fixes missing TypeScript definitions for the new useColor
hook.
Fixes
- f2aa254 Fixes missing type declarations for the included hooks.