11## 0.9.0-alpha+2
22
33> NOTE: This code is considered production quality, but depends on angular:
4- > 5.0.0-alpha+1 . The alpha tag represents the evolving nature of the AngularDart
5- > api, not code quality (5.0.0-alpha+1 is used in production Google apps).
4+ > 5.0.0-alpha+2 . The alpha tag represents the evolving nature of the AngularDart
5+ > api, not code quality (5.0.0-alpha+2 is used in production Google apps).
66
77** NOTE** : As of ` angular 5.0.0-alpha+1 ` [ ` dependency_overrides ` ] [ dep_overrides ]
88are ** required** :
@@ -12,17 +12,24 @@ dependency_overrides:
1212 analyzer : ^0.31.0-alpha.1
1313` ` `
1414
15+ * Material Auto-Suggest Input: Add ability to give a tooltip for the clear
16+ icon.
1517 * Material Expansionpanel: Add mixin for flat on collapse.
1618 * Material Input:
1719 * Protected against input being destroyed and blur event still happening.
1820 * Add mixin for fixed width error text.
19- * Material Menu:
20- * Migrate from Glyph to Material Icon.
21+ * Material Menu: Add mixin for lowercase button text.
2122 * Material Toggle: Add mixin to display label on the right.
23+ * Material Select: Add mixin to change ` material-select-dropdown-item` padding.
24+ * Allow `material-scrollbar` mixin to be used in global css (without angular).
2225 * Add directives for Material Menu to `materialDirectives`.
2326 * Remove `MaterialButtonBase` from `materialDirectives`.
27+ * Migrate from Glyph to Material Icon.
28+ * Provide a path to use Component Factories when using code that was previously
29+ using the `ComponentRenderer` pattern.
2430 * Generic type fixes.
25- * Continue migration from `ComponentLoader` to `SlowComponentLoader`.
31+ * Continue migration from `SlowComponentLoader` to `ComponentLoader`.
32+ * Continue migration from `LazyStreamController` to `StreamController`.
2633 * Cleanup Angular static analysis warnings.
2734 * Rename `Visibility.none` to `Visibility.local`.
2835 * Add optional punctuation around trackBy functions.
0 commit comments