Releases: citizennet/purescript-ocelot
Releases · citizennet/purescript-ocelot
v0.21.0
Upgrades ocelot to use spago as its package manager/build tool
Adds in a variant of the searchbar component, which takes an input keepOpen
- allowing the consumer to choose whether the searchbar should always remain opened or not
v0.20.0
Updates ocelot to halogen v5
v0.19.1
Use a different syntactic construct to compile with both 0.12.x and 0.13.x.
v0.19.0
- Feature: Date, Time, and DateTime components all support rendering a disabled/read-only state
- Bugfix: Time (and DateTime) component now properly renders initial value
- Extra: Support for deploying to k8s via helm
v0.18.3
-
Make dark text white
Per Product feedback, the visual styling on dark buttons isn't distinctive enough. We want to use white text so the button is more visually distinct that it's enabled, but not the primary action to take.
v0.18.2
Fix display issue in tree view dealing with large amounts of text
v0.18.1
Makes the tree view a little more user friendly by allowing uncheckable parent items to be toggle-able not just by clicking the carat, but by clicking the name of the parent as well
v0.18.0
Adds the ability to hide checkboxes in the tree view using a predicate on the trees item type.
v0.17.0
-
Adds the ability to set images for Typeaheads from the JS interface.
We allow an imageSource
key in the input. For each of the items we're rendering, if that item has a value matching the imageSource
, we create an <img>
with the appropriate src
attribute.
v0.16.10
Fixes a bug in the modal where other elements with a higher z-index will still remain active/usable even if the modal is open. A higher z-index was added to the modal to accommodate this