|
1 | 1 | ## 0.9.0-alpha+1 |
2 | 2 |
|
3 | 3 | > NOTE: This code is considered production quality, but depends on angular: |
4 | | -> 5.0.0-alpha. The alpha tag represents the evolving nature of the AngularDart |
5 | | -> api, not code quality (5.0.0-alpha is used in production Google apps). |
| 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). |
6 | 6 |
|
| 7 | + * Material Auto Suggest Input: Replace ngOnChanges(\_) with ngAfterChanges. |
7 | 8 | * Material Button: |
8 | 9 | * Update dense mixin to only apply to non-icon buttons. |
9 | 10 | * Add mixins for no hover highlight. |
| 11 | + * Add mixins to set icon button padding. |
| 12 | + * Material Chips: Update margin on dense theme. |
10 | 13 | * Material Fab: Update size mixin. |
11 | | - * Material Select: Allow customization of Material Dropdown Select's role. |
12 | | - * Add @input to number validators |
| 14 | + * Material Input: Use markForChanges on inputs since they are being set by a |
| 15 | + directive and not the template and so change detection doesn't happen |
| 16 | + automatically. |
| 17 | + * Material Select: |
| 18 | + * Add mixin to set select item padding. |
| 19 | + * Add mixin to set selected item color. |
| 20 | + * Allow customization of Material Dropdown Select's role. |
| 21 | + * Add mixin for pointer events on Material Dropdown Select Items. |
| 22 | + * Fix baseline alignment of dropdown-button in Firefox. |
| 23 | + * Material Tree: Improve latency of `MaterialTreeFilter`. |
| 24 | + * Scoreboard: |
| 25 | + * Fix misalignment on OS X with hl=ja. |
| 26 | + * Selected color input overrides default color value in a selectable |
| 27 | + scoreboard. |
| 28 | + * Avoid reliance on dynamic typing to access properties. |
| 29 | + * Add @input to number validators. |
13 | 30 | * Cleanup unneeded `preserveWhitespace: false` and `preserveWhitespace: true` |
14 | | - When components manage spacing around themselves. |
| 31 | + when components manage spacing around themselves. |
15 | 32 | * Add Observable utilities. |
16 | 33 | * Update documentation. |
17 | 34 |
|
|
0 commit comments