Minor changes
- 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)
- Bump @fluentui/react-field to v9.1.11 (PR #28491 by bsunderhus)
- Bump @fluentui/react-input to v9.4.21 (PR #28491 by bsunderhus)
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11 (PR #28491 by bsunderhus)
- Bump @fluentui/react-popover to v9.7.6 (PR #28491 by bsunderhus)
- Bump @fluentui/react-positioning to v9.8.0 (PR #28491 by bsunderhus)
- Bump @fluentui/react-conformance-griffel to v9.0.0 (PR #28491 by bsunderhus)
Patches
- fix(react-datepicker-compat): Add focus styles to CalendarPicker's go to today button. (PR #28458 by sopranopillow)