Skip to content

office-ui-fabric-react v7.4.0

Choose a tag to compare

@fabricteam fabricteam released this 18 Jun 12:28
· 13948 commits to master since this release

Minor changes

  • DetailsList accessibility now reports 0 rows while placeholder data is being displayed. Also added a prop to ShimmeredDetailsList to specify aria label (such as a "loading data" message) while shimmer is being displayed. (commit by Rajeev-K, pr #9484)

Patches

  • Prevent the callout from being dismissed when the mouse is pressed inside, but then moved outside (while keeping pressed) and released. (commit by jiangwan, pr #9415)
  • Only run KeytipManager update when relevant keytip props have changed in KeytipData. (commit by whykushal93, pr #9414)