Releases: citizennet/purescript-ocelot
Releases · citizennet/purescript-ocelot
v0.36.0
Switch from Gotham to Metropolis font.
v0.35.0
New
- Allow setting
defaultTime
in DateTimePicker
(#260)
Bugfix
DateTimePicker.SelectionChanged
output now won't be triggered until both Date and Time are (de)selected
disabled
is renewed by DateTimePicker.Receive
v0.34.1
Bugfix
Change
button in disabled Typeahead can no longer open item container (#256)
Dev
- Upgrade
purescript
to 0.14.9
- Add
make format
using purs-tidy
v0.34.0
- Button module refactor (breaking change:
Ocelot.Block.Button
-> Ocelot.Button
)
- Pill buttons
v0.33.3
Bugfix
- Expand MultiInput inner input field to fill the whole container (#240)
v0.33.2
Bugfix
Ocelot.Data.Currency.parseCentsFromDollarStr
and Ocelot.Data.Currency.formatCentsToStrDollars
now work with negative Cents
values (#227)
v0.33.1
New
- Add Ad Set and Campaign icons (#214)
v0.33.0
Breaking Changes
- Allow Selecting Multiple in
Ocelot.Typeahead.renderToolbarSearchDropdown
(#211)
v0.32.1
Improvement
- Add
ToggleSingle
Query to Ocelot.Component.Tree
(#210)