|
| 1 | +## 0.9.2 |
| 2 | + |
| 3 | +### Component Updates |
| 4 | + |
| 5 | +#### Material Auto Suggest Input |
| 6 | +* Implement `HasDisabled`. |
| 7 | +* Allow `selection` input to take selected value for single selection in |
| 8 | + addition to `SelectionModel`. |
| 9 | +* Expose `selection` output to emit selected value(s) on selection changes. |
| 10 | +* Add `shouldClearSelectionOnInput` input. |
| 11 | + |
| 12 | +#### Material Button |
| 13 | +* Remove unused `hover-color` argument from button color Sass mixins. |
| 14 | + |
| 15 | +#### Material Datepicker |
| 16 | +* Add Sass mixins for rendering the range title to the left of the dropdown |
| 17 | + component and for removing some padding to save vertical space. |
| 18 | +* Harden `DatepickerComparison.comparesTo()` against nulls. |
| 19 | + |
| 20 | +#### Material Expansion Panel |
| 21 | +* Add transition to save/cancel collapse. |
| 22 | +* Add Sass mixin for custom `box-shadow`. |
| 23 | + |
| 24 | +#### Material Input |
| 25 | +* Add Sass mixin to set the bottom section margins. |
| 26 | +* Allow `MaterialPercentInputDirective` to follow `NumberFormat` specification |
| 27 | + for percent. |
| 28 | +* Allow `selectionOptions` input to accept a `List` in addition to |
| 29 | + `SelectionOptions`. |
| 30 | + |
| 31 | +#### Material Menu |
| 32 | +* Remove Sass mixin `material-fab-menu-icon-size`. |
| 33 | + |
| 34 | +#### Material Tooltip |
| 35 | +* Change the ink tooltip stay open if the mouse is currently in it's bounds. |
| 36 | + |
| 37 | +#### Material Tree |
| 38 | +* Allows dropdown component to accept custom popup positions. |
| 39 | +* Fix off-center alignment issue between radio button and text in |
| 40 | + `MaterialTreeGroupFlatRadioComponent`. |
| 41 | + |
| 42 | +#### Scorecard |
| 43 | +* Expose `ScorecardBarDirective` so it can be resued by other card bar |
| 44 | + implementations. |
| 45 | + |
| 46 | +### Miscellaneous |
| 47 | +* Improvements to `StickyController` for the __single-stickyKey case__: Add |
| 48 | + `enableSmoothPushing` setting, and partially support stickyKey'd elements of |
| 49 | + differing heights. |
| 50 | +* Replace all deprecated Material typography variables/mixins with their |
| 51 | + canonical versions, and inline mixins with no replacement. |
| 52 | +* Fix `unawaited_futures` lint warnings by adding missing `await`s. |
| 53 | + |
| 54 | +### Documentation |
| 55 | +* Add new readme for Material Auto-suggest Input. |
| 56 | +* Minor docs fixes. |
| 57 | + |
1 | 58 | ## 0.9.1 |
2 | 59 |
|
3 | 60 | ### Component Updates |
|
0 commit comments