|
| 1 | +## 0.9.0-alpha+13 |
| 2 | + |
| 3 | +> NOTE: This code is considered production quality, but depends on angular: |
| 4 | +> 5.0.0-alpha+13. The alpha tag represents the evolving nature of the |
| 5 | +> AngularDart API, not code quality (5.0.0-alpha+13 is used in production Google |
| 6 | +> apps). |
| 7 | +
|
| 8 | + * Material Expansion Panel: Add mixin to set alignment in the header. |
| 9 | + * Material Icon: |
| 10 | + * Add flag to mirror icon. |
| 11 | + * Roll back change that flipped help icon in RTL. |
| 12 | + * Material Input: Adding field to material input mixin to specify the label |
| 13 | + color when there is an error and the label is focused. |
| 14 | + * Material Menu: |
| 15 | + * Allow setting the class for each affix item. |
| 16 | + * Add helper constructor for flat menus. |
| 17 | + * Add mixin for changing the icon color of menu item. |
| 18 | + * Material Yes/No Buttons: Remove `Visibility.all`. |
| 19 | + * Handle null pointer in `popup_source_directive`. |
| 20 | + * Updates to new `@HostBinding` syntax. |
| 21 | + |
1 | 22 | ## 0.9.0-alpha+12
|
2 | 23 |
|
3 | 24 | > NOTE: This code is considered production quality, but depends on angular:
|
|
43 | 64 | * Scorecard: Remove the `:host` from the padding mixin so it is not required to
|
44 | 65 | be used at the top level.
|
45 | 66 | * Add `HasDisabled` interface.
|
46 |
| - * Propagate css classes on modal component to the overlay element. |
| 67 | + * Propagate CSS classes on modal component to the overlay element. |
47 | 68 | * Annotate `Domservice.leap()` visible for testing.
|
48 | 69 | * Add support for `SingleSelectionModel` to `SelectionModel.empty`.
|
49 | 70 | * Add `mat-link-deep` mixin to push the Material link styles everywhere.
|
50 | 71 | * Updates to new `@HostBinding` syntax.
|
51 | 72 | * Update sass_builder dependency to latest and use the post-process builder to
|
52 | 73 | cleanup `.scss` files from the output.
|
53 | 74 | * Support RTL selectors on any element.
|
54 |
| - * Remove usage of package uuid. |
| 75 | + * Remove usage of package UUID. |
55 | 76 | * Dart2 type fixes.
|
56 | 77 | * Update documentation.
|
57 | 78 |
|
|
0 commit comments