|
| 1 | +## 0.11.0 |
| 2 | + |
| 3 | +### New Component |
| 4 | +* Simple HTML Component. |
| 5 | + |
| 6 | +### Component Updates |
| 7 | + |
| 8 | +#### Material Chips |
| 9 | +* Add a focused style to delete icon. |
| 10 | +* Remove default value from `$max-chip-width` in the `material-chip-max-width` |
| 11 | + Sass mixin. |
| 12 | +* Remove `material-chips-margin` Sass mixin. |
| 13 | + |
| 14 | +#### Material Date Range Picker |
| 15 | +* Make dropdown not tabbable so it can be opened using the top level button |
| 16 | + decorator. |
| 17 | +* Add NextNDaysFromToday class. |
| 18 | +* Auto scroll to the bottom when comparison is turned on by the user. |
| 19 | +* Fix constrained sizing on Firefox browser. |
| 20 | +* Make intl messages `final`. |
| 21 | + |
| 22 | +#### Material Dialog |
| 23 | +* Fix size of full screen dialog. |
| 24 | +* Close parent modal on escape key by default. |
| 25 | + |
| 26 | +#### Material Input |
| 27 | +* Update the integer error message per Editorial feedback. |
| 28 | +* Add Sass mixin for changing the color of the counter. |
| 29 | +* Fix a11y fix when there is a `labeledby` id and a aria label specified. |
| 30 | + |
| 31 | +#### Material Menu |
| 32 | +* Add a drop-in replacement for `secondaryIcon` - `itemSuffix` that removes the |
| 33 | + boilerplate of creating an observable list for a single element. |
| 34 | +* Automatically expand a collapsed category when keyboard navigating to a child |
| 35 | + item. |
| 36 | +* Remove usages of secondary icon and related fields/methods from menu item |
| 37 | + model. |
| 38 | +* Prevent refocus on a menu item when the menu is closing. |
| 39 | + |
| 40 | +#### Material Popup |
| 41 | +* Correctly restore focus in nested popups. |
| 42 | + |
| 43 | +#### Material Select |
| 44 | +* Add type parameters on `BaseDropdownSelectValueAccessor` and subclasses. |
| 45 | +* Set max-width to 100% on `dynamic-item`. |
| 46 | +* Removing Sass mixin for setting the width of the container element in |
| 47 | + dropdowns with factoryRenderers to 100%, as this was adopted as the standard. |
| 48 | +* Use the generic type parameter from MaterialDropdownSelectComponent on the |
| 49 | + ActivateItemOnKeyPressMixin. |
| 50 | +* Fix focus bugs when mixing keyboard and mouse navigation. |
| 51 | +* Add temporary fix for scrolling bug in Chrome browser. |
| 52 | + |
| 53 | +#### Material Tabs |
| 54 | +* Make default width of `tab-content` to 100%. |
| 55 | + |
| 56 | +#### Material Tooltip |
| 57 | +* Improve a11y and keyboard navigation. |
| 58 | + |
| 59 | +#### Modal/Overlay |
| 60 | +* Add ability to create an accessible overlay container for clients that |
| 61 | + currently provide custom overlay container. |
| 62 | +* Fix selector of `PopupSizeProviderDirective`. |
| 63 | +* Restore focus to popup source element if the popup is closed via keyboard from |
| 64 | + inside itself. |
| 65 | +* Close popup on escape if the focus is inside the popup or on the popup source |
| 66 | + element. |
| 67 | + |
| 68 | +### Miscellaneous |
| 69 | +* Improve error message when selection type is wrong in `SelectionInputAdapter`. |
| 70 | +* Add `primaryStyle` to `StyleFormatter`. |
| 71 | +* Refactor the keyboard only focus indicator so that when an element is focused |
| 72 | + programmatically it will obey the focus state of the last known interaction. |
| 73 | +* Only consider mouseup events as part of `triggersOutside()` if the |
| 74 | + corresponding mousedown event came from the same element. |
| 75 | +* Set attached portals on portals attached to `DomPortalHosts` |
| 76 | +* Fix focus issues with modal dialogs. |
| 77 | +* Add `FocusIndicatorController` for use in debug environments. |
| 78 | + |
| 79 | +### Documentation |
| 80 | +* Minor docs fixes. |
| 81 | + |
1 | 82 | ## 0.10.1 |
2 | 83 |
|
3 | 84 | ### Component Updates |
4 | 85 |
|
5 | 86 | #### Material Chips |
6 | | -* Improved support for generics. |
| 87 | +* Improve support for generics. |
7 | 88 | * Stop setting popup attributes as those attributes are set on the input |
8 | 89 | directly. |
9 | 90 | * Only set the `aria-owns` property and `inputAriaActivedescendent` when the |
|
0 commit comments