|
| 1 | +## 0.9.0-alpha+9 |
| 2 | + |
| 3 | +> NOTE: This code is considered production quality, but depends on angular: |
| 4 | +> 5.0.0-alpha+9. The alpha tag represents the evolving nature of the AngularDart |
| 5 | +> API, not code quality (5.0.0-alpha+9 is used in production Google apps). |
| 6 | +
|
| 7 | + * Remove visibility.all from @Component annotations. This is potentially |
| 8 | + BREAKING. |
| 9 | + * Button Decorator: Allow role to be customized. |
| 10 | + * Material Button: Remove override of `min-width` for `yes-no-buttons` as it is |
| 11 | + now the right value in material-button. |
| 12 | + * Material Date Picker: Improved keyboard handling. |
| 13 | + * Material Date Time Picker: Update so that it sets time to default value if |
| 14 | + date is picked but time is not picked. |
| 15 | + * Material Menu: |
| 16 | + * Match the color of the group header label to item. |
| 17 | + * Add mixin to show the same font for group label. |
| 18 | + * Material Expansion Panel: Add mixin for additional padding. |
| 19 | + * Material Input: Add an aria-label that can override the label. |
| 20 | + * Material Select: |
| 21 | + * Add proper aria attributes to make `material-dropdown-select` screen reader |
| 22 | + accessible. |
| 23 | + * Add mixin to set disabled color. |
| 24 | + * Material Time Picker: Fix one hour difference after daylight saving. |
| 25 | + * Selection Model: |
| 26 | + * Add empty, single, and multi constructors. |
| 27 | + * Add `ignoreDeselect` option to `SelectionModel.single` and deprecate |
| 28 | + `RadioGroupSingleSelectionModel`. |
| 29 | + * Add a parameter to fail loudly when TimeZoneAwareClock is used before it's |
| 30 | + initialized, to prevent incorrect return values from being ignored. |
| 31 | + * Migrate from `ElementRef` to `Element` or `HtmlElement`. |
| 32 | + * Fix Dart2 runtime cast failures. |
| 33 | + * Update documentation. |
| 34 | + |
1 | 35 | ## 0.9.0-alpha+8 |
2 | 36 |
|
3 | 37 | > NOTE: This code is considered production quality, but depends on angular: |
|
0 commit comments