Bug Fixes
- @react-md/form:
MenuItemCheckbox
added missing indeterminate state (aa2c552), closes #1186
- @react-md/form:
useIndeterminateChecked
correctly uses readonly prefix (7f69a71)
- @react-md/form:
useIndeterminateChecked
supports MenuItemCheckbox
with new option (9ab67bf)
- @react-md/form:
MenuItemCheckbox
, MenuItemRadio
, and MenuItemSwitch
styles on light themes (fc4dcd9)
Documentation
- @react-md/form: Updated documentation for
useIndeterminateChecked
(8646c28)
Other Internal Changes
- @react-md/dev-utils: Updated release script to allow custom CHANGELOG updates (dde151b)
- @react-md/form: Added tests for
useIndeterminateChecked
(cc2a422)
- react-md.dev: Updated
MenuWithFormControls
example for indeterminate checkboxes (2d20848)
Library Size Changes
yarn dev-utils libsize
The gizipped UMD bundle sizes are:
- dist/umd/react-md.production.min.js 84.24 KB (+ 12 B)
- dist/umd/react-md-with-font-icons.production.min.js 108.48 KB (+ 12 B)
- dist/umd/react-md-with-svg-icons.production.min.js 174.34 KB (+ 13 B)
The min and max gzipped CSS bundle sizes are:
- themes/react-md.grey-red-700-light.min.css 17.57 KB (+ 1 B)
- themes/react-md.lime-teal-200-dark.min.css 17.63 KB