Added
- Accept
tabIndex
on theCheckbox
component (#3645) - Accept
tabIndex
on theRadioGroup
component (#3646)
Fixed
- Use correct
ownerDocument
when using internalPortal
component (#3594) - Bump
@tanstack/react-virtual
to fix warnings in React 19 projects (#3588) - Fix
aria-invalid
attributes to have a valid'true'
value (#3639) - Add missing
invalid
prop toCombobox
component (#3677) - Fix
Unexpected undefined
crash inCombobox
component withvirtual
mode (#3678)