Releases: purescript-react/purescript-lumi-components
Releases · purescript-react/purescript-lumi-components
v0.15.1
- Remove override of input & select styles within a Table
- Increase font weights
- Hide h-scrollbar on tabs
v0.15.0
Breaking change
- Update
Button
to use ButtonState
re Enabled
, Disabled
and Loading
.
- Update the
Modal
action button to reflect these three different button states.
v0.14.0
Enhancements
- Add module
Lumi.Components.Form.Table
for building editable tables out of form builders for use inside and outside of forms.

Bug fixes
Form.setModified
now recursively traverses form state made out of records and arrays.
v0.13.0
Breaking change
- add optional prop to
Table
re the display of the dropdown menu
v0.12.4
- Fix bug on FireFox
react-basic-ref
assuming an implied height
v0.12.2
- Add
EditableTable.defaultRemoveCell
, which provides the default rendering of the remove cell of an editable table, without incurring an Eq
constraint on the type variable row
(which represents a row in your table).
v0.12.1
- Start publishing to Pursuit
v0.12.0
- Add custom remove cell prop to EditableTable
- Add
dropdownIcon
, a borderless version of DropdownButton
v0.11.1
- Update dependencies to allow building with 0.13. Also drop typelevel-prelude and record-extra dependencies.
v0.11.0
Breaking changes
- Refactor responsive combinators
desktop
and mobile
to take style
and children
props. Add desktop_
and mobile_
variants, which take only an Array JSX
as argument. (#41)
Bug fixes
- Fix
divider
shrinking and disappearing inside flex containers. (#41)