Releases: purescript-react/purescript-lumi-components
Releases · purescript-react/purescript-lumi-components
v0.27.0
- update
Tooltip
to accept JSX
as tooltip content
v0.26.5
Patch changes
- Fix select option padding in select fields with many options
v0.26.4
Patch changes
- Fix select option overflow
v0.26.3
Patch changes
- Fix desktop input heights and textarea resizing
v0.25.1
Patch changes
- Form select component should use the label in readonly mode (backport)
v0.26.2
Patch changes
- Form select component should use the label in readonly mode
v0.26.1
Patch changes
- Explicitly set input height where possible to reduce browser inconsistencies
v0.26.0
Minor changes
Patch changes
- Adjust button, input, nativeselect and select sizing on mobile
v0.25.0
Major changes
- Refactor Responsive components
- include responsive hooks
- no more wrapping dom elements
- lazy, avoids rendering unused jsx
New features
- Add
withProps
combinator to Lumi.Components.Form.Table
v0.24.1
Patch changes
- Replace
em
/rem
values with px