|
1 | 1 | ## 0.9.0-alpha+12 |
2 | 2 |
|
3 | 3 | > NOTE: This code is considered production quality, but depends on angular: |
4 | | -> 5.0.0-alpha+11. The alpha tag represents the evolving nature of the |
5 | | -> AngularDart API, not code quality (5.0.0-alpha+11 is used in production Google |
| 4 | +> 5.0.0-alpha+12. The alpha tag represents the evolving nature of the |
| 5 | +> AngularDart API, not code quality (5.0.0-alpha+12 is used in production Google |
6 | 6 | > apps). |
7 | 7 |
|
8 | 8 | * Material Auto-Suggest Input: Improve keyboard navigation behavior. |
9 | 9 | * Material Button: Allow icon button items to be created vertically. |
10 | | - * Material Checkbox: Support `onDisabledChanged` callback from angular_forms. |
| 10 | + * Material Checkbox: |
| 11 | + * Support `onDisabledChanged` callback from angular_forms. |
| 12 | + * Add mixin to hide text label. |
11 | 13 | * Material Datepicker: |
12 | 14 | * Fix direction of dropdown arrows in RTL locales. |
13 | 15 | * Allow error messages to be shown on range picker inputs. |
|
31 | 33 | * Material Menu: |
32 | 34 | * Wrap long text in Fab Menu. |
33 | 35 | * Horizontally align the expansion icon with the label. |
34 | | - * Material Radio: Support `onDisabledChanged` callback from angular_forms. |
| 36 | + * Material Radio: |
| 37 | + * Support `onDisabledChanged` callback from angular_forms. |
| 38 | + * Internal cleanup. |
35 | 39 | * Material Select: Pipe through customized aria role, `labelby`, and `haspopup` |
36 | 40 | to the dropdown button. |
37 | 41 | * Material Tree: Use item identity to remember expanded state. |
38 | 42 | * Reorder List: Calculate the full height/width of the elements. |
39 | 43 | * Scorecard: Remove the `:host` from the padding mixin so it is not required to |
40 | 44 | be used at the top level. |
| 45 | + * Add `HasDisabled` interface. |
| 46 | + * Propagate css classes on modal component to the overlay element. |
| 47 | + * Annotate `Domservice.leap()` visible for testing. |
41 | 48 | * Add support for `SingleSelectionModel` to `SelectionModel.empty`. |
42 | 49 | * Add `mat-link-deep` mixin to push the Material link styles everywhere. |
43 | 50 | * Updates to new `@HostBinding` syntax. |
|
46 | 53 | * Support RTL selectors on any element. |
47 | 54 | * Remove usage of package uuid. |
48 | 55 | * Dart2 type fixes. |
| 56 | + * Update documentation. |
49 | 57 |
|
50 | 58 | ## 0.9.0-alpha+11 |
51 | 59 |
|
|
0 commit comments