Releases: purescript-react/purescript-lumi-components
Releases · purescript-react/purescript-lumi-components
v6.0.0
- Remove
lumiElement
(#141).
- The migration path for this breaking change includes only removing all occurrences of
lumiElement
from the source could, since now all LumiComponent
s are just functions.
v5.0.1
- Fix pagination showing 2 buttons with no available pages (#142)
v5.0.0
- Allow for
dropdownMenu
entries to be disabled (#140).
v4.2.0
- Add styling combinator
onDesktop
for responsiveness (#137)
v4.1.0
- Add
($$$)
as a convenient alias for modifying a component's content
prop (#139)
v4.0.1
- Fix new Button
onPress
preventing HTML forms from being submitted (#138)
v4.0.0
- 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
- add Logo variant to avatarUpload
v3.1.0
Add Slat _interactiveBackground
v3.0.4
Fix Button
capturing clicks even when in the Loading
or Disabled
states.