Skip to content

Releases: sharkdp/purescript-flare

v4.1.0

07 Oct 13:35
Compare
Choose a tag to compare
  • Add innerFlare to nest Flare UIs inside other Flare UIs. The inner UI has access to the current value of the outer UI. (Many thanks to @koterpillar)

v3.2.0

30 Jul 09:00
Compare
Choose a tag to compare
  • 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

30 Jul 08:58
Compare
Choose a tag to compare
  • Added textarea component

v3.0.0

15 Apr 19:54
Compare
Choose a tag to compare
  • Updates for PureScript 0.11 (@kejace)

v2.0.0

29 Oct 15:20
Compare
Choose a tag to compare
  • Updates for PureScript 0.10

v1.1.0: Add flareWith (#19)

19 Oct 17:40
Compare
Choose a tag to compare

v1.0.1

13 Jul 18:29
Compare
Choose a tag to compare

v1.0.0

12 Jun 21:59
Compare
Choose a tag to compare
  • Updates for PureScript 0.9
  • select and radioGroup use Foldable f => NonEmpty f a -> ... instead of a -> Array a -> ...

v0.5.1

04 May 21:12
Compare
Choose a tag to compare
  • Update for Pursuit

v0.5.0

07 Feb 22:39
Compare
Choose a tag to compare