Releases: sharkdp/purescript-flare
Releases · sharkdp/purescript-flare
v4.1.0
v3.2.0
- Added a component for resizable lists (@sammthomson), enabling things like this:
ui18 :: forall e. UI e String
ui18 = acronym <$> resizableList "Words" string_ "Really" defaultList
where
defaultList = "Don't" : "Repeat" : "Yourself" : Nil
acronym xs = "Acronym: " <> foldMap (take 1) xs
v3.1.0
v3.0.0
v2.0.0
v1.1.0: Add flareWith (#19)
- Added
flareWith
(@rintcius)
v1.0.1
v1.0.0
v0.5.1
v0.5.0
- Update to newest purescript-signal
- Update to newest purescript-drawing
- Add
color
input (see http://sharkdp.github.io/purescript-flare/#controls7)