Skip to content

Releases: citizennet/purescript-ocelot

v0.21.0

03 Jun 20:38
ed60c45
Compare
Choose a tag to compare

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

28 Feb 16:21
d43f766
Compare
Choose a tag to compare

Updates ocelot to halogen v5

v0.19.1

07 Jan 22:11
b58e5fd
Compare
Choose a tag to compare

Use a different syntactic construct to compile with both 0.12.x and 0.13.x.

v0.19.0

07 Jan 21:06
Compare
Choose a tag to compare
  • 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

06 Jan 23:39
df2bae6
Compare
Choose a tag to compare
  • 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

18 Dec 22:29
3ca55fc
Compare
Choose a tag to compare

Fix display issue in tree view dealing with large amounts of text

v0.18.1

14 Dec 00:55
bf58036
Compare
Choose a tag to compare

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

07 Nov 16:28
c252050
Compare
Choose a tag to compare

Adds the ability to hide checkboxes in the tree view using a predicate on the trees item type.

v0.17.0

30 Oct 19:08
ef2c434
Compare
Choose a tag to compare
  • 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

02 Oct 19:55
420ac1c
Compare
Choose a tag to compare

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