|
23 | 23 | * Fix size of full screen dialog. |
24 | 24 | * Close parent modal on escape key by default. |
25 | 25 |
|
| 26 | +#### Material Icon |
| 27 | +* Add `MaterialIconToggleDirective` to allow for an icon with two states. |
| 28 | + |
26 | 29 | #### Material Input |
27 | 30 | * Update the integer error message per Editorial feedback. |
28 | 31 | * 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. |
| 32 | +* Fix a11y when there is a `labeledby` id and a aria label specified. |
30 | 33 |
|
31 | 34 | #### Material Menu |
32 | 35 | * Add a drop-in replacement for `secondaryIcon` - `itemSuffix` that removes the |
|
36 | 39 | * Remove usages of secondary icon and related fields/methods from menu item |
37 | 40 | model. |
38 | 41 | * Prevent refocus on a menu item when the menu is closing. |
| 42 | +* Add `isTabbable` to `MenuItemComponent`. |
| 43 | +* Improve a11y in Material Fab Menu. |
| 44 | +* Fix focus target when pressing Up Arrow key. |
39 | 45 |
|
40 | 46 | #### Material Popup |
41 | 47 | * Correctly restore focus in nested popups. |
|
45 | 51 | * Set max-width to 100% on `dynamic-item`. |
46 | 52 | * Removing Sass mixin for setting the width of the container element in |
47 | 53 | dropdowns with factoryRenderers to 100%, as this was adopted as the standard. |
48 | | -* Use the generic type parameter from MaterialDropdownSelectComponent on the |
49 | | - ActivateItemOnKeyPressMixin. |
| 54 | +* Use the generic type parameter from `MaterialDropdownSelectComponent` on the |
| 55 | + `ActivateItemOnKeyPressMixin`. |
50 | 56 | * Fix focus bugs when mixing keyboard and mouse navigation. |
51 | 57 | * Add temporary fix for scrolling bug in Chrome browser. |
| 58 | +* Fix `MaterialDropdownSelect` type error when clicking a deselect item. |
| 59 | +* Fix the type of `itemRenderer` in `MaterialDropdownSelectComponent`. |
52 | 60 |
|
53 | 61 | #### Material Tabs |
54 | 62 | * Make default width of `tab-content` to 100%. |
55 | 63 |
|
56 | 64 | #### Material Tooltip |
57 | 65 | * Improve a11y and keyboard navigation. |
| 66 | +* Fix removing describe-by. |
58 | 67 |
|
59 | 68 | #### Modal/Overlay |
60 | 69 | * Add ability to create an accessible overlay container for clients that |
|
0 commit comments