|
| 1 | +## 0.10.0 |
| 2 | + |
| 3 | +### Component Updates |
| 4 | + |
| 5 | +#### Material Auto Suggest Input |
| 6 | +* Rename `shouldClearOnSelection` to `shouldClearInputOnSelection`. |
| 7 | +* Improve keyboard navigation after mouse interactions in the popup. |
| 8 | +* Only allow deselection via in multi-selection mode in material auto suggest |
| 9 | + input. |
| 10 | +* Disallow selecting disabled options via keyboard. |
| 11 | +* Remove deprecated `suggestions` and `sorted` inputs. |
| 12 | +* Update to support generics. |
| 13 | + |
| 14 | +#### Material Button |
| 15 | +* Mark certain fields as `visibleForTemplate` and drop the copied value where |
| 16 | + not needed. |
| 17 | + |
| 18 | +#### Material Chips |
| 19 | +* Add Sass mixins to adjust border and font size of a single chip and border |
| 20 | + padding, and background color, border, and padding of a set of chips. |
| 21 | + |
| 22 | +#### Material Expansion Panel |
| 23 | +* Wrap the buttons in a `defferredContent` directive. This is to help |
| 24 | + accessibility and have those buttons not be available for screen readers. |
| 25 | + |
| 26 | +#### Material Input |
| 27 | +* Fix bug in `MaterialNumberValueAccessor` where null value won't clear previous |
| 28 | + input. |
| 29 | + |
| 30 | +#### Material Dropdown Select |
| 31 | +* Provide the simplified selection and options inputs. Pull the common logic |
| 32 | + into SelectionInputAdapter mixin class. |
| 33 | +* Migrate `ComponentRenderer` to `FactoryRenderer`. |
| 34 | +* Disallow selecting disabled options via keyboard. |
| 35 | +* Highlight disabled items when activated via keyboard. |
| 36 | + |
| 37 | +#### Material Menu |
| 38 | +* Add a secondary-label field. The appearance of this label is subject to minor |
| 39 | + changes in the near future as the UX is still experimental. |
| 40 | +* Properly use the sub-menu's width, not the parent menu's width, to determine |
| 41 | + the width of the menu. |
| 42 | + |
| 43 | +#### Material Radio |
| 44 | +* Tighten down the public API surface of the radio component by marking many of |
| 45 | + them as `visibleForTemplate`. |
| 46 | + |
| 47 | +#### Material Select Searchbox |
| 48 | +* Add in null pointer protection when input is set without a filterable. |
| 49 | + |
| 50 | +#### Modal/Overlay |
| 51 | +* Enable useMultiModalDismissal by default. |
| 52 | + |
| 53 | +### Miscellaneous |
| 54 | +* Use typed provider for location providers. |
| 55 | +* Also corrected the type signature of `runOutsideAngular`, which in turn may |
| 56 | + enable hint-level warnings by the analyzer. Users may be impacted if they fail |
| 57 | + the build on hints. |
| 58 | +* Add `StickyController.onUpdate`, a stream which fires events immediately after |
| 59 | + `StickyController` writes to the DOM, and expose it as an output on |
| 60 | + `ElementScrollHost`. |
| 61 | +* Trigger the sticky controller sync on `scrollToPosition` calls. |
| 62 | + |
| 63 | +### Documentation |
| 64 | +* Add new readme for Material Dropdown Select. |
| 65 | +* Minor docs fixes. |
| 66 | + |
1 | 67 | ## 0.9.2 |
2 | 68 |
|
3 | 69 | ### Component Updates |
|
0 commit comments