Skip to content

office-ui-fabric-react v7.86.0

Choose a tag to compare

@fabricteam fabricteam released this 28 Jan 12:43
· 12974 commits to master since this release

Minor changes

  • BaseFloatingPicker: pass custom props to inner Callout (PR #11794 by statm)
  • Dialog/Panel: allow to set aria-level on header title (PR #11798 by xugao)

Patches

  • Semantic slot conversions for a few components: Persona, ContexualMenu, SplitButton, SpinButton, Tooltip, Dropdown, ComboBox, CommandBar, Suggestions (PR #11446 by marygans)
  • Fix a bug where a user pressing the down key without opening the dropdown causes the window to scroll. The dropdown should cycle through the options. This fix changes the index from being the last item in the options to being the starting index, which is 0. (PR #11770 by woofton)
  • Support for dynamically updating keytips (PR #11795 by kelseyyoung)
  • Button: Adding support for onPointerDown and onPointerUp. (PR #11797 by khmakoto)