Releases: purescript-react/purescript-lumi-components
Releases · purescript-react/purescript-lumi-components
v0.10.0
- Add
Borderless List
v0.9.0
v0.8.0
v0.7.0
v0.6.0
Breaking changes
- Change
Form.asyncEffect
,Form.effect
andForm.initializer
to consume an update function (instead of the new form value) wrapped in an effectful context (Aff
orEffect
). (#29) - Change
onChange
prop ofForm.build
. It now has type(value -> value) -> Effect Unit
. (#30) - Remove
Form.buildConcurrently
(is nowForm.build
) andForm.buildWithDefaults
(deprecated). (#30)
Bug fixes
v0.5.0
- Add
Border
component
v0.4.7
- Fix
responsiveColumn
andresponsiveRow
components not behaving correctly in mobile resolutions.
v0.4.6
v0.4.5
v0.4.4
- Fix
ButtonGroup
child margins