Skip to content

office-ui-fabric-react v7.11.0

Choose a tag to compare

@fabricteam fabricteam released this 17 Jul 18:59
· 13766 commits to master since this release

Minor changes

  • Add new ways for callers to control the behavior of the combo box. (commit by reedpamsft, pr #9671)
  • ChoiceGroupOption: move the inline styles into getStyles function to allow override. (commit)

Patches

  • prevent header and footer in panel from shrinking (commit)
  • Adding @types/react and @types/react-dom to package.json that have peer dependencies on react and react-dom. (commit)
  • Rating: ensure rating gets updated even when it has value of 0. (commit)
  • GroupedList: Using level to determine nestingDepth when it is given. (commit)
  • DropDown: Adding null check in onPositioned call. (commit)