This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
v0.5.4
Bug Fixes
- card: Conditional card expression changed error (#294) (576964c), closes #293
- tabs: Correct
mdc-tab-bar-scroller
class binding (#283) (626d216) - textfield: Use tabIndex instead of tabindex (#301) (a49c68f)
- toolbar: Remove fixed toolbar's
margin-top
OnDestroy (#292) (2e618fa), closes #267
Features
- select: Implement MDC Select (#278) (ada36aa), closes #65
- textfield: Updated UX states for Text Field (#285) (cbe1953), closes #236 #297
- toolbar: Add
adjustBodyMargin
property (#300) (04bcb77), closes #298 - toolbar: Rename Toolbar menu icon directive (#289) (fa169be), closes #288
- icon: Add array support to
fontIcon
property (#290) (00588b7), closes #280
BREAKING CHANGES
- textfield: Remove
multiline
property frommdc-textarea
. - toolbar: Renamed
mdc-toolbar-icon-menu
tomdc-toolbar-menu-icon
per MDC. Please update your code accordingly.