This repository was archived by the owner on Oct 7, 2020. It is now read-only.
v0.6.1
Bug Fixes
Features
- Update material-components-web to v0.25.0 (#381) (e6b9a56)
- dialog: Add declarative dialog (#383) (97372d6), closes #370
- drawer: Add selection state to Drawer lists (#389) (7584deb), closes #143
- linear-progress: Add Sass color mixin for
--secondary
(#384) (c4770e9) - menu: Improvements and new properties (#386) (e679e32), closes #385
- textfield: Rename mdc-text-field-helptext to mdc-text-field-helper-text (#388) (7ddb8f5), closes #387
- textfield: Rename mdc-textfield to mdc-text-field (#382) (b27f6f0), closes #379
BREAKING CHANGES
- drawer: List property
disableRipples
was renamed todisableRipple
. - menu: Removed
MenuOpenFrom
. Update your code to useMdcMenuOpenFrom
with accepted values of 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight'
Text Field renamed due to MDC upstream change
- textfield: Rename
mdc-text-field-helptext
tomdc-text-field-helper-text
and update your code accordingly. - textfield: Rename the following in your code.
MdcTextfieldModule
toMdcTextFieldModule
.MdcTextfield
toMdcTextField
MdcTextfieldBox
toMdcTextFieldBox
mdc-textfield
tomdc-text-field
mdc-textfield-box
tomdc-text-field-box
mdc-textfield-helptext
tomdc-text-field-helptext