Skip to content

office-ui-fabric-react v7.37.1

Choose a tag to compare

@fabricteam fabricteam released this 23 Sep 12:33
· 13461 commits to master since this release

Patches

  • Icon Accessibility: update aria-hidden to pull aria-labelledBy from root and imageProps and removed role presentation - should not apply when a label is provided. (PR #10526 by marygans)
  • Update icons to v3.50. May change subset font files for some components. (PR #10550 by Jahnp)
  • FocusTrapZone example: Remove Randomize function. (PR #10556 by JasonGore)
  • Positioning: Fix issue where anchor edge would flip even if previous positions calculated (PR #10557 by joschect)
  • fix typo in ComboBox and Button docs (PR #10554 by thomasgassmann)
  • Stack doesn't need to set overflow=hidden when grow=true to restrict size of flexbox children. Users are having to override this with overflow=visible to prevent clipping inner children (PR #10564 by aneeshack4)