Minor changes
- feat: Export focus mode types for DataGrid (PR #28475 by ling1726)
- feat: release stable (PR #28460 by Hotell)
- breaking: Remove componentRef and IDatePicker since it's no longer necessary, fix ref forwarding to the input, change ref type for useDatePicker to use HTMLInputElement instead of HTMLElement, and fix focus movement when closing/opening popup. (PR #28299 by sopranopillow)
- fix: exported useOnMenuMouseEnter from react-menu (PR #28413 by kkakroo)
- feat: export options
strategy
fromPositioningProps
. Deprecate internal optionpositionFixed
(PR #28482 by YuanboXue-Amber) - feat(DataGridCell): Implemets
cell
andnone
focusModes (PR #28475 by ling1726)
Patches
- fix(react-datepicker-compat): Add focus styles to CalendarPicker's go to today button. (PR #28458 by sopranopillow)
Prerelease changes
- feat: Deprecates package in favour of @fluentui-contrib/react-data-grid-react-window (PR #28476 by ling1726)
- chore: move slots back to TreeItem and creates slot context (PR #28492 by bsunderhus)
- chore: openItems property added to TreeOpenChangeData + minor internal improvements (PR #28491 by bsunderhus)
- Fix: Ensure 'start buffer' is margin padded into the non-virtualized space on horizontal layouts (PR #28437 by Mitch-At-Work)