Skip to content

office-ui-fabric-react v6.131.0

Choose a tag to compare

@fabricteam fabricteam released this 29 Jan 13:37
· 15039 commits to master since this release

Minor changes

  • GroupedList: changes types of the renderers to allow customizing the subComponents through the Customizer. Export the missing interfaces to the top level index file of the GroupedList. (commit by Vitalius1, pr #7776)

Patches

  • width is not required for sticky placeholder as it won't affect horizontal scrolling. For a detailsGroupedList, if horizontal scrollbar is present when detailsHeader is in non-sticky state, it should be there even when detailsHeader becomes sticky. (commit by tharshada, pr #7809)
  • Panel: add flex-grow: 1 to contentInner (commit by kkjeer, pr #7830)