- Collections
- Add shouldSelectOnPressUp prop to collection components - @YumiChen - PR
- Popover
- Add
--trigger-width to Popover within DialogTrigger - @reidbarber - PR
- TagGroup
- Enable tabbing to tag remove buttons - @kirilMatsiuk - PR, @snowystinger - PR
- Misc
- Support React 19 ref cleanup callback - @chirokas - PR
- Export
useRenderProps hook from react-aria-components - @sebald - PR
- Collections
- Fix updating dynamic
Table columns - @snowystinger - PR
- Improve performance of collection updates in React transitions - @devongovett - PR
- Date and Time
- Apply
aria-details on Calendar - @Persists - PR
- Fix circular dependency in @internationalized/date - @luixo - PR
- TypeScript
- Fix PortalProvider's
getContainer typings - @alexasselin008 - PR
- Fix optimize-locales plugin types - @stefanprobst - PR
- Fix backward compatibility with old versions of
@types/react - @snowystinger - PR
- usePress
- Improve performance of applying
touch-action style for pressable elements - @reidbarber - PR
- Misc
- Fix
runAfterTransition getting stuck when elements are removed - @MercerK - PR
- Fix document is not defined error during SSR (#7926) - @LisaRyrholm - PR
- Give radio/checkbox
position: relative so the hidden input is contained - @snowystinger - PR
- Export PortalProvider from
react-aria monopackage - @snowystinger - PR
- Properly pass
UNSAFE_className in ColorSlider - @chirokas - PR
- Fix default
Select placeholder in docs - @snowystinger - PR
- Fix typo in
enterKeyHint prop docs - @artola - PR
- Fix TypeScript error in
FileTrigger docs - @ktabors - PR