Skip to content

Releases: purescript-react/purescript-lumi-components

v0.10.0

29 May 18:09
Compare
Choose a tag to compare
  • Add Borderless List

v0.9.0

28 May 19:15
Compare
Choose a tag to compare

Breaking changes

  • Add autoFocus prop to Input component (#35)

Bug fixes

  • Fix bottom padding of forms with inlineTable: true inside other forms (#37)

v0.8.0

28 May 19:13
Compare
Choose a tag to compare
  • Add basic responsiveness combinators: desktop and mobile (#34)

v0.7.0

14 May 20:45
50caeaf
Compare
Choose a tag to compare

Breaking changes

  • Add optional Table prop onColumnChange

v0.6.0

14 May 20:30
Compare
Choose a tag to compare

Breaking changes

  • Change Form.asyncEffect, Form.effect and Form.initializer to consume an update function (instead of the new form value) wrapped in an effectful context (Aff or Effect). (#29)
  • Change onChange prop of Form.build. It now has type (value -> value) -> Effect Unit. (#30)
  • Remove Form.buildConcurrently (is now Form.build) and Form.buildWithDefaults (deprecated). (#30)

Bug fixes

  • Fix concurrency issues in effectful form combinators. (#29)
  • Fix components remounting in parallel/sequential wrappers. (#31)

v0.5.0

06 May 19:22
Compare
Choose a tag to compare
  • Add Border component

v0.4.7

02 May 19:13
Compare
Choose a tag to compare
  • Fix responsiveColumn and responsiveRow components not behaving correctly in mobile resolutions.

v0.4.6

29 Apr 22:24
2299180
Compare
Choose a tag to compare
  • Another fix for Breadcrumb back arrows

v0.4.5

29 Apr 22:24
a1ecb48
Compare
Choose a tag to compare
  • Fix Breadcrumb back arrow

v0.4.4

26 Apr 18:56
Compare
Choose a tag to compare
  • Fix ButtonGroup child margins