office-ui-fabric-react v6.164.1
fabricteam
released this
02 Apr 00:43
·
12825 commits
to master
since this release
Patches
- Dropdown: The
onChange
callback's event target should always be the dropdown element, which contains the id attribute passed in through props. (commit by dzearing, pr #8538) - Fixed a problem with Pivot showing the wrong PivotItems when using JSX expressions. Extended the test case (commit by sebastianmattar, pr #8501)
- FocusZone and FocusTrapZone example improvements (commit by ecraig12345, pr #8505)
- GroupedList: Respect groupProps isAllGroupsCollapsed on initial render (commit by KevinTCoughlin, pr #8527)
- List and other example updates (commit by ecraig12345, pr #8508)
- Use ^ ranges instead of >= (commit)