Skip to content

Releases: purescript-react/purescript-lumi-components

v6.0.0

29 Apr 18:34
Compare
Choose a tag to compare
  • Remove lumiElement (#141).
    • The migration path for this breaking change includes only removing all occurrences of lumiElement from the source could, since now all LumiComponents are just functions.

v5.0.1

23 Apr 12:47
Compare
Choose a tag to compare
  • Fix pagination showing 2 buttons with no available pages (#142)

v5.0.0

09 Apr 13:45
Compare
Choose a tag to compare
  • Allow for dropdownMenu entries to be disabled (#140).

v4.2.0

03 Apr 14:44
Compare
Choose a tag to compare
  • Add styling combinator onDesktop for responsiveness (#137)

v4.1.0

03 Apr 14:12
Compare
Choose a tag to compare
  • Add ($$$) as a convenient alias for modifying a component's content prop (#139)

v4.0.1

27 Mar 15:40
Compare
Choose a tag to compare
  • Fix new Button onPress preventing HTML forms from being submitted (#138)

v4.0.0

11 Mar 19:33
d08fb6f
Compare
Choose a tag to compare
  • Additions to the Link (v2) props
  • Additions to the form helpers
  • A QR code renderer
  • A fix for select input margin (@ptrfrncsmrph)

v3.2.0

05 Mar 14:20
Compare
Choose a tag to compare
  • add Logo variant to avatarUpload

v3.1.0

21 Feb 17:48
Compare
Choose a tag to compare

Add Slat _interactiveBackground

v3.0.4

12 Feb 13:22
Compare
Choose a tag to compare

Fix Button capturing clicks even when in the Loading or Disabled states.