Minor changes
- feat: adds mountNode to DialogSurface API (PR #29003 by bsunderhus)
- feat: release preview package (PR #29005 by marcosmoura)
- feat: create react-motion-preview package with useMotion hook (PR #28699 by marcosmoura)
- feat: add closeOnIframeFocus prop to Popover (PR #28881 by layershifter)
- feat: Add IconDirectionProvider to FluentProvider (PR #28803 by tomi-msft)
- feat: adds mountNode to Toaster API (PR #29003 by bsunderhus)
- feat: add disabledFocusOnIframe for useOnClickOutside() (PR #28881 by layershifter)
Patches
- fix: Small Button now uses token for its border radius (PR #28589 by AbdulRehmanMehar)
- fix: CardHeader grid layout ignoring line-height of content (PR #28968 by marcosmoura)
- fix: Improve visuals when Table/DataGrid overflows it's parent (PR #28940 by george-cz)
- fix: tag with secondary text has no top border under windows high contrast (PR #28963 by YuanboXue-Amber)
- fix: use regular icon for dismiss (PR #28958 by YuanboXue-Amber)
- fix:
useOnClickOutside
should invoke callback on clicking scrollbar (PR #28965 by YuanboXue-Amber)
Prerelease changes
- fix(react-infobutton): Making InfoButton's PopoverSurface inline by default. (PR #28605 by sopranopillow)