office-ui-fabric-react v6.187.1
·
14216 commits
to master
since this release
Patches
- Autofill: makes sure the fresh input is retrieved at the time of composition end (commit by kenotron, pr #9205)
- Refactor common logic out of _dismissOnLostFocus to a generalized function in order to decouple handling of _dismissOnScroll from _dismissOnLostFocus (commit by rpsenski, pr #9260)
- Remove extra role attribute from callout root element, support aria-roledescription on callout main where role already resides (commit by rpsenski, pr #9269)
- DetailList: only select the first item on keydown from header if there isn't already something selected (commit by kenotron, pr #9180)
- Dropdown: fix issue where dropdown did not respect selectedKey(s) prop (commit by joschect, pr #9263)