Skip to content

office-ui-fabric-react v7.3.0

Choose a tag to compare

@fabricteam fabricteam released this 17 Jun 12:27
· 13958 commits to master since this release

Minor changes

  • exposing datemath function to calculate beginning of week (commit by lorejoh12, pr #9417)
  • ShimmeredDetailsList: fixes issue where fading overlay was not removed when real item passed. (commit by Vitalius1, pr #9462)

Patches

  • Removing getClassNames method from SwatchColorPicker.base.tsx which improves perf. by about 10% because of memoization (commit by whykushal93, pr #9400)
  • Stack: Improving examples so that they have better performance and removing anti-patterns from them. (commit by khmakoto, pr #9434)
  • Tooltip: Improving performance by wrapping Callout inside with a DelayedRender so that nothing renders until after the delay's done and only if the mouse's still over the tooltip area." (commit by aneeshack4, pr #9341)
  • Updates some documentation links. (commit by Vitalius1, pr #9441)