Skip to content

office-ui-fabric-react v7.100.0

Choose a tag to compare

@fabricteam fabricteam released this 07 Mar 01:39
· 12764 commits to master since this release

Minor changes

  • Adding isReversed prop to overflowSet so we can visually reverse the components and maintain consistent keyboarding navigation. (PR #12115 by mltejera)
  • Export GroupedListSection (PR #12227 by CampbellOwen)

Patches

  • Cleanup: Removing 'use strict' directive in ts files since modules are emitted with a 'use strict' prologue. (PR #12213 by khmakoto)
  • withViewport: cleaning up resize observer. (PR #12216 by dzearing)