Releases: lifeomic/chroma-react
Releases · lifeomic/chroma-react
v0.2.0
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
v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.5
v0.1.4
v0.1.4