This repository was 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
·
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-itempadding. - Allow
material-scrollbarmixin to be used in global css (without angular). - Add directives for Material Menu to
materialDirectives. - Remove
MaterialButtonBasefrommaterialDirectives. - Migrate from Glyph to Material Icon.
- Provide a path to use Component Factories when using code that was previously
using theComponentRendererpattern. - Generic type fixes.
- Continue migration from
SlowComponentLoadertoComponentLoader. - Continue migration from
LazyStreamControllertoStreamController. - Cleanup Angular static analysis warnings.
- Rename
Visibility.nonetoVisibility.local. - Add optional punctuation around trackBy functions.