This repository has been archived by the owner on May 20, 2023. It is now read-only.
Update all components and bump dep to angular: 5.0.0-alpha+2
nshahan
released this
20 Dec 22:50
·
1381 commits
to master
since this release
- Material Auto-Suggest Input: Add ability to give a tooltip for the clear
icon. - Material Expansionpanel: Add mixin for flat on collapse.
- Material Input:
- Protected against input being destroyed and blur event still happening.
- Add mixin for fixed width error text.
- Material Menu: Add mixin for lowercase button text.
- Material Toggle: Add mixin to display label on the right.
- Material Select: Add mixin to change
material-select-dropdown-item
padding. - Allow
material-scrollbar
mixin to be used in global css (without angular). - Add directives for Material Menu to
materialDirectives
. - Remove
MaterialButtonBase
frommaterialDirectives
. - Migrate from Glyph to Material Icon.
- Provide a path to use Component Factories when using code that was previously
using theComponentRenderer
pattern. - Generic type fixes.
- Continue migration from
SlowComponentLoader
toComponentLoader
. - Continue migration from
LazyStreamController
toStreamController
. - Cleanup Angular static analysis warnings.
- Rename
Visibility.none
toVisibility.local
. - Add optional punctuation around trackBy functions.