Skip to content

office-ui-fabric-react v7.88.0

Choose a tag to compare

@fabricteam fabricteam released this 31 Jan 19:00
· 12963 commits to master since this release

Minor changes

  • Providing drag drop support for GroupedListSection. Previously, GroupedListSection was non-draggable. (PR #11786 by vishakha116)
  • Add ability to customize DetailsHeader tooltip based on column data (PR #11846 by ThomasMichon)

Patches

  • Add styles file and type files for EditItem component (PR #11533 by sanredd)
  • FacePile: Use default semantic html instead of aria attributes and roles (PR #11655 by Markionium)
  • ContextualMenu: Transforming examples to FunctionComponents and cleaning them up. (PR #11736 by khmakoto)
  • Nav: Fixing regular expression used to determine if URL is protocol relative or not. (PR #11792 by khmakoto)
  • Dropdown: Fixing various High Contrast issues. (PR #11825 by khmakoto)
  • ContextualMenu: fix role for checkable split button menu item (PR #11830 by xugao)
  • GroupedList: Adding aria-expanded state to the focus target of groups so that the collapsed/expanded state of the group is announced. (PR #11833 by khmakoto)
  • GroupedList: Adding aria-level to indicate nested level of groups. (PR #11834 by khmakoto)