Skip to content

office-ui-fabric-react v7.126.0

Compare
Choose a tag to compare
@fabricteam fabricteam released this 06 Aug 00:31
· 8842 commits to master since this release

Minor changes

  • Adding useResponsiveMode hook within office-ui-fabric-react utilities. (PR #14229 by czearing)

Patches

  • Add deprecation notices (PR #13626 by MLoughry)
  • Removing unused default props from TeachingBubbleContent. (PR #14239 by czearing)
  • Toggle: fix thumb border width style (PR #14361 by tomi-msft)
  • Dropdown: Fixing multiselect scenarios not reading out aria-setsize and aria-posinset due to incorrect placement of role=option in Checkbox. (PR #14367 by khmakoto)
  • Dropdown: Removing aria-required from multiselect scenarios since it's not allowed for role='button'. (PR #14369 by khmakoto)