|
| 1 | +## 0.10.1 |
| 2 | + |
| 3 | +### Component Updates |
| 4 | + |
| 5 | +#### Material Chips |
| 6 | +* Improved support for generics. |
| 7 | +* Stop setting popup attributes as those attributes are set on the input |
| 8 | + directly. |
| 9 | +* Only set the `aria-owns` property and `inputAriaActivedescendent` when the |
| 10 | + popup is open. |
| 11 | +* Add Sass mixin to allow text wrapping. |
| 12 | + |
| 13 | +#### Material Date Picker |
| 14 | +* Use `PopupSizeProvider` to control the height of the picker. |
| 15 | +* Add `rangeFormatter` input to the range picker. |
| 16 | + |
| 17 | +#### Material Expansion Panel |
| 18 | +* Improve accessibility. |
| 19 | +* Smooth expansion/collapse animations when headers are hidden. |
| 20 | + |
| 21 | +#### Material Icon |
| 22 | +* Add Sass mixin to use an SVG for an icon instead of the standard font icons. |
| 23 | + |
| 24 | +#### Material Input |
| 25 | +* Add Sass mixins to disable wrapping for hint text and hide leading and |
| 26 | + trailing text. |
| 27 | +* Fix material_percent_directive for LTR languages with leading % symbol. |
| 28 | + |
| 29 | +#### Material Menu |
| 30 | +* Add ability to provide extra label annotations for menu items. |
| 31 | + |
| 32 | +#### Material Select |
| 33 | +* Add Sass mixins to restrict item width, font size, line height, and padding. |
| 34 | +* Added generics support. |
| 35 | +* Add `activateFirstOption` input. |
| 36 | + |
| 37 | +#### Material Slider |
| 38 | +* No longer focusable when disabled. |
| 39 | + |
| 40 | +#### Material Tab |
| 41 | +* Add Sass mixin for a shadow below the tab strip. |
| 42 | + |
| 43 | +#### Material Tree |
| 44 | +* Add a dynamic content to accommodate custom elements. |
| 45 | + |
| 46 | +#### Material Toggle |
| 47 | +* Update the theme Sass mixin to include a grey color when the toggle is |
| 48 | + disabled. |
| 49 | + |
| 50 | +#### Material Tooltip |
| 51 | +* Add Sass mixins to control padding, and max height. |
| 52 | + |
| 53 | +#### Material Yes/No Buttons |
| 54 | +* Allow No button to be disabled. |
| 55 | + |
| 56 | +#### Modal/Overlay |
| 57 | +* Add null guard check to event. |
| 58 | +* A11y improvements. |
| 59 | +* Attempt to restore focus when modal closes. |
| 60 | + |
| 61 | +### Miscellaneous |
| 62 | +* Update MDC Web styles to v0.40.0. |
| 63 | +* Improved support for generics in `HighlightAssistant`. |
| 64 | +* Handle unsupported `WheelEvent.deltaX` in scroll host. |
| 65 | +* Update scroll host support on iOS. |
| 66 | +* Allow dropdown components to contain an `auto_focus` directive. |
| 67 | + |
| 68 | +### Documentation |
| 69 | +* Minor docs fixes. |
| 70 | + |
1 | 71 | ## 0.10.0 |
2 | 72 |
|
3 | 73 | ### Component Updates |
|
0 commit comments