office-ui-fabric-react v6.171.0
·
14436 commits
to master
since this release
Minor changes
- Breadcrumb: Add in focuszone props to give more control (commit by joschect, pr #8812)
- Teachingbubble: Improve target that's passed to callout (commit by joschect, pr #8819)
- Add new prop 'detailsListStyles' to allow passing 'styles' prop to DetailsList. Deprecate all shimmer related props in DetailsList and DetailsListRow. Adds documentation (commit by Vitalius1, pr #8744)
Patches
- Deprecate implementation examples (commit by ecraig12345, pr #8824)
- Fix the picker suggestion items flashing issue. (commit by lijunle, pr #8834)
- Setting initial scrollbar height and width equal to 0 to prevent rendering when it's width/height changes from undefined to 0. Cascading updates caused due to notifySubscribers for sticky componentDidMount lifecycle hook. Reducing computations for sticky component by combining updates for change in sticky state (top/bottom/non-sticky) & distanceFromTop. Setting placeHolder width equal to scrollWidth of nonStickyContent.firstElementChild (commit by tharshada, pr #8542)