1
1
## 0.9.0-alpha+2
2
2
3
3
> 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).
6
6
7
7
** NOTE** : As of ` angular 5.0.0-alpha+1 ` [ ` dependency_overrides ` ] [ dep_overrides ]
8
8
are ** required** :
@@ -12,17 +12,24 @@ dependency_overrides:
12
12
analyzer : ^0.31.0-alpha.1
13
13
` ` `
14
14
15
+ * Material Auto-Suggest Input: Add ability to give a tooltip for the clear
16
+ icon.
15
17
* Material Expansionpanel: Add mixin for flat on collapse.
16
18
* Material Input:
17
19
* Protected against input being destroyed and blur event still happening.
18
20
* 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.
21
22
* 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).
22
25
* Add directives for Material Menu to `materialDirectives`.
23
26
* 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.
24
30
* Generic type fixes.
25
- * Continue migration from `ComponentLoader` to `SlowComponentLoader`.
31
+ * Continue migration from `SlowComponentLoader` to `ComponentLoader`.
32
+ * Continue migration from `LazyStreamController` to `StreamController`.
26
33
* Cleanup Angular static analysis warnings.
27
34
* Rename `Visibility.none` to `Visibility.local`.
28
35
* Add optional punctuation around trackBy functions.
0 commit comments