This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
v0.4.0
Bug Fixes
- menu: Fix class binding of openFrom property (#119) (12a1d12), closes #116
- menu: Open method required a focusIndex (#117) (73956ca)
- textfield: Fix expression changed after check error (#123) (b254ad9), closes #121
Features
- fab: Remove [disabled] property (#115) (eacbbae), closes #113
- fab: Remove forced material-icon class binding (#127) (919a2c7), closes #102
- package: Add Mdc prefix to class names (#122) (5b8014c), closes #120
BREAKING CHANGES
- package: All component classes are now prefixed with
Mdc
to prevent name conflicts with other libraries. Please update your code accordingly.
Example:ButtonComponent
toMdcButtonComponent
- fab: Add a
material-icon
directive to mdc-fab-icon if using Material Icons. If not,
apply custom styling for Font Awesome or text. Please see examples on demo page. - fab: Remove [disabled] from any FAB component used in your code.