Releases: purescript-react/purescript-lumi-components
Releases · purescript-react/purescript-lumi-components
v0.24.0
v0.23.0
v0.22.0
v0.21.0
Major changes
- Parametrize form builders by UI representation
Minor changes
- Add Details (accordion) component
- Add date validator
- Add an alternative Form api using hooks
Patch changes
- Add onBlur handler to close select menu (@ptrfrncsmrph)
- Fix ButtonGroup corners
v0.20.0
v0.19.1
v0.19.0
- Add
keyValueList
v0.18.0
v0.17.0
Breaking changes
- Refactor
Form.asyncSelect
to take the actual request functions as arguments instead of having them in the form props.