Skip to content

office-ui-fabric-react v6.148.0

Choose a tag to compare

@fabricteam fabricteam released this 01 Mar 13:35
· 14821 commits to master since this release

Minor changes

Patches

  • ChoiceGroup: Make dropdown on example disabled until the option with the dropdown is selected so that tab focus goes to the default selected option. (commit by khmakoto, pr #8107)
  • ChoiceGroup: Visually present 'required' prop in 'ChoiceGroup with a custom label' example and remove 'required' prop from non-selected radio buttons. (commit by khmakoto, pr #8118)
  • ChoiceGroup: Fixing Narrator focus on ChoiceGroupOptions. (commit by khmakoto, pr #8126)
  • ChoiceGroup: Adding defaultSelectedKey to 'ChoiceGroup with Icons' example so that aria-selected property is set. (commit by khmakoto, pr #8112)
  • CommandBar: Fixing aria-label in examples so that it doesn't repeat information. (commit by khmakoto, pr #8155)
  • GroupedList: Provide default getGroupHeight implementation to avoid infinite scroll handlers (commit by KevinTCoughlin, pr #8125)
  • Some bundle adjustments have been made to reduce the cost of taking dependencies on Customizer and createComponent. (commit by dzearing, pr #8032)