Releases: citizennet/purescript-ocelot
v0.6.0
This release adds significant updates to existing blocks and components:
- Introduces new icons to
Ocelot.Block.Icon - Introduces some new blocks and restructuring of old blocks in
Ocelot.Block.Layout - Brings
Ocelot.Block.NavigationTabup to date on block conventions - Defaults table blocks to left-aligned
- Polishes
Ocelot.Component.SearchBarstyles
v0.5.0
This release adds several new blocks and components, including:
- New table blocks
- New badge blocks
- New toast blocks
It also updates some existing components:
- Dropdowns are now renderless
- Dropdowns have been fixed so that selections persist on re-render
In addition, dependencies have been updated for all CSS modules and new tests have been added to track performance as we experiment with ways to move beyond the appendIProps method.
v0.4.2
This release adds the dropdown and search bar components.
v0.4.1
New features
- New tray block @CarolAG
- New choice blocks @foresttoney
- Date and time picker components @whoadave
Bugfixes
- Switched to CodeUnits instead of CodePoints to fix performance problems when appending iprops. Still not completely fixed and remains a bug with the function. @crcornwell
v0.4.0
- Switches typeaheads to allow any function to be passed in to fetch data, so long as that function supports
MonadAff
v0.3.0
-
Removes our existing loading icon and replaces it with an SVG based animated spinner in the
Ocelot.Block.Loadingmodule. -
Adds a "Remove All" button to the multiselect typeahead. Breaking API change.
0.12 Compatibility Release
This release brings Ocelot into compatibility with PureScript v0.12 and its associated library changes in the ecosystem. Major updates include:
-
Switch libraries to new locations, including:
Data.Foreign->ForeignData.StrMap->Foreign.ObjectData.Record->RecordDOM.*->Web.HTML.*,Web.UIEvents.*
-
Update new primitive types, including:
RowCons, RowLacks->Cons, Lacks
-
Replace all uses of
EffwithEffect, which also includes deleting all effects and effect rows throughout the application -
Update all other libraries (which retained the same namespaces) to their new major versions, which included deleting effects and effect rows in various places
-
Revise
bower.jsonto specify the current actual set of dependencies
Version 0.1.1
Some style updates
Added Conditional Block