v2.2.0
Bug Fixes
- @react-md/form:
Listbox
render0
as a valid display value (d02b7a9)
Features
- @react-md/avatar: Added ability to pass props to
<img>
(11848ee), closes #908 - @react-md/form: Added props to style Checkbox and Radio input element (b6d2318)
- @react-md/form: Updated toggle inactive and active colors to be configurable (49319e6)
Note: The Checkbox
and Radio
components have updated their default inactive color to be the rmd-theme-var(text-secondary-on-background)
instead of rmd-theme-var(secondary)
to better match the v1 styles.