Skip to content

Releases: purescript-react/purescript-lumi-components

v0.15.1

26 Jun 23:54
bce13bb
Compare
Choose a tag to compare
  • Remove override of input & select styles within a Table
  • Increase font weights
  • Hide h-scrollbar on tabs

v0.15.0

26 Jun 16:47
Compare
Choose a tag to compare

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

11 Jun 13:42
Compare
Choose a tag to compare

Enhancements

  • Add module Lumi.Components.Form.Table for building editable tables out of form builders for use inside and outside of forms.
    EditableTable

Bug fixes

  • Form.setModified now recursively traverses form state made out of records and arrays.

v0.13.0

10 Jun 14:12
Compare
Choose a tag to compare

Breaking change

  • add optional prop to Table re the display of the dropdown menu

v0.12.4

10 Jun 13:51
Compare
Choose a tag to compare
  • Fix bug on FireFox react-basic-ref assuming an implied height

v0.12.2

06 Jun 14:16
Compare
Choose a tag to compare
  • 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

05 Jun 14:01
Compare
Choose a tag to compare
  • Start publishing to Pursuit

v0.12.0

04 Jun 22:39
3d7426e
Compare
Choose a tag to compare
  • Add custom remove cell prop to EditableTable
  • Add dropdownIcon, a borderless version of DropdownButton

v0.11.1

03 Jun 13:50
Compare
Choose a tag to compare
  • Update dependencies to allow building with 0.13. Also drop typelevel-prelude and record-extra dependencies.

v0.11.0

30 May 17:08
Compare
Choose a tag to compare

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)