|
5 | 5 | > API, not code quality (5.0.0-alpha+8 is used in production Google apps). |
6 | 6 |
|
7 | 7 | * Add Material Datepicker components. |
| 8 | + * Add ShowHideDirective and GlobalEscapeDirective. |
| 9 | + * Material Button: Update highlight styling. |
| 10 | + * Material Chips: Allow overriding left-icon-color. |
| 11 | + * Material Expansionpanel: |
| 12 | + * Allow icon to be hidden and allow additional buttons in the header. |
| 13 | + * Increase mixin specificity. |
| 14 | + * Material Input: |
| 15 | + * Add mixin for hiding underline. |
| 16 | + * Add mixins for trailing text color and padding. |
| 17 | + * Material Menu: |
| 18 | + * Implement `Focusable`. |
| 19 | + * Add a flag to `MenuItemGroup` to explicitly specify a separator. |
| 20 | + * Material Popup: Simplify positioning algorithm. |
| 21 | + * Material Select: |
| 22 | + * Add mixin to allow for error text margin. |
| 23 | + * Refactor `constructEncapsulatedCss` to utils. |
| 24 | + * Material Tab: Make `text-wrap` mixin more generic. |
| 25 | + * Material Tree: Add a 'shouldExpandAllWhenFiltered' input. |
| 26 | + * Material Toggle: Fix aria-pressed state. |
| 27 | + * Material Tooltip: |
| 28 | + * Allow paper tooltip CSS to be customizable. |
| 29 | + * Allow `'error_outline'` as a valid icon. |
| 30 | + * Prevent paper tooltips from overflowing on small screens. |
| 31 | + * Scorecard: Add stacking context. |
| 32 | + * Delete deprecated `LazyEventEmitter`. |
| 33 | + * Migrate uses of `ElementRef` to `Element` or `HtmlElement`. |
| 34 | + * Cleanup type warnings and other Dart 2 fixes. |
| 35 | + * Update documentation. |
8 | 36 |
|
9 | 37 | ## 0.9.0-alpha+7 |
10 | 38 |
|
|
0 commit comments