Skip to content

Releases: lifeomic/chroma-react

v0.2.0

09 Dec 14:34
Compare
Choose a tag to compare

Breaking Changes

  • a11y: Enforce aria-label if no label/title (#46)
// Form components now require `aria-label`
// if not provided with "label". This will throw an error in development mode.
- <Checkbox label="" />
+ <Checkbox label="" aria-label="Descriptive label for screen readers" />

New Features

  • Support secondaryLabel for Select and ComboBox components (#48)

v0.1.12

02 Dec 20:26
Compare
Choose a tag to compare

New Features

  • Step component now defaults to numbers if an icon is not provided (#43)

v0.1.11

19 Nov 13:22
Compare
Choose a tag to compare

New Features

  • Add children to SliderOver Header #41

v0.1.10

05 Nov 17:44
Compare
Choose a tag to compare

New Features

  • DOCS: add data-icon attribute to all icons #38

v0.1.9

02 Nov 21:51
Compare
Choose a tag to compare

Bug Fixes 🐛

  • Add overflow hidden to ensure content doesn't go outside rounded corners #34

v0.1.8

29 Oct 17:55
Compare
Choose a tag to compare

Bug Fixes 🐛

  • Allow left align override on last column header and cell #31

v0.1.7

28 Oct 15:19
Compare
Choose a tag to compare

New Features

  • Export useStyles hook #28

v0.1.6

19 Oct 12:01
Compare
Choose a tag to compare

New Features

  • Allow for Checkbox component to set label to a ReactNode #25
  • Add disableDismissOnClickOutside prop to Modal #24

v0.1.5

08 Oct 19:19
Compare
Choose a tag to compare
v0.1.5

v0.1.4

07 Oct 20:28
Compare
Choose a tag to compare
v0.1.4