Skip to content

Releases: citizennet/purescript-ocelot

v0.32.0

10 Sep 17:20
a6ff95e
Compare
Choose a tag to compare

New

  • Add Ocelot.Clipboard copy to clipboard button (#206)

Improvements

  • Remove compiler warnings (#200)
  • Upgrade purescript to 0.14.4 (#207)

v0.31.3

14 Jul 21:29
1a0c5ee
Compare
Choose a tag to compare

Improvement

  • upgrade purescript to 0.14.3 (#197)

v0.31.2

08 Jul 22:19
8565d6a
Compare
Choose a tag to compare

Bugfix

  • MultiInput variant of Typeahead (#196)

v0.31.1

08 Jul 16:28
da67079
Compare
Choose a tag to compare

Bugfix

  • MultiInput variant of Typeahead (#195)

v0.31.0

28 Jun 21:48
f6ee8ee
Compare
Choose a tag to compare

Breaking Changes

  • Added new Output constructors to MultiInput component (#192)

New

  • Added MultiInput variant of Typeahead (#192)

v0.30.0

26 May 20:33
345307d
Compare
Choose a tag to compare

Breaking Changes

  • #180 #183 #185 Add Date/Time/DateTime range to Date/Time/DateTimePicker

v0.29.0

17 May 20:59
93c92e7
Compare
Choose a tag to compare

Breaking change

  • #179 Upgrade Halogen to v6 and Purescript to 0.14.1

v0.28.2

14 May 21:26
78f6c7e
Compare
Choose a tag to compare

Bug Fix

  • #178 Typeahead border disconnects when search text cannot be fit into a single line

v0.28.1

06 May 22:18
f6564eb
Compare
Choose a tag to compare

Improvement

  • #175 centralize FilePicker label

v0.28.0

04 May 04:01
e2e8af0
Compare
Choose a tag to compare

Breaking Changes

  • #173 move DateTimePicker, DatePicker, and TimePicker to the top-level
    • Ocelot.Components.DateTimePicker.Component -> Ocelot.DateTimePicker
    • Ocelot.Components.DatePicker.Component -> Ocelot.DatePicker
    • Ocelot.Components.TimePicker.Component -> Ocelot.TimePicker

New

  • #174 add FilePicker component

Improvement

  • #172 stop raising SelectionChanged immediately after handling SetSelection in the DatePickerand TimePicker