Skip to content

@fluentui/react-tree v9.8.0

Compare
Choose a tag to compare
@fabricteam fabricteam released this 11 Sep 07:23
· 586 commits to master since this release

Minor changes

  • bugfix: recover from tabIndex=-1 when TreeItem is removed (PR #32442 by bsunderhus)
  • Bump @fluentui/react-aria to v9.13.5 (PR #32494 by kaelens)
  • Bump @fluentui/react-avatar to v9.6.38 (PR #32494 by kaelens)
  • Bump @fluentui/react-button to v9.3.90 (PR #32494 by kaelens)
  • Bump @fluentui/react-checkbox to v9.2.36 (PR #32494 by kaelens)
  • Bump @fluentui/react-context-selector to v9.1.66 (PR #32494 by kaelens)
  • Bump @fluentui/react-motion-components-preview to v0.1.3 (PR #32494 by kaelens)
  • Bump @fluentui/react-motion to v9.5.1 (PR #32494 by kaelens)
  • Bump @fluentui/react-radio to v9.2.31 (PR #32494 by kaelens)
  • Bump @fluentui/react-tabster to v9.22.6 (PR #32494 by kaelens)
  • Bump @fluentui/react-utilities to v9.18.14 (PR #32494 by kaelens)
  • Bump @fluentui/react-jsx-runtime to v9.0.43 (PR #32494 by kaelens)

Patches

  • bugfix: ensure actions visibility between successive mouse events (PR #32477 by ling1726)
  • fix: remove unnecessary aria-hidden attributes that were causing accessibility issues (PR #32081 by smhigley)
  • bugfix: ensure onClick handler is not called on every click (PR #32434 by bsunderhus)