May 14, 2025 Release

Enhancements#


  • Collections
    • Add shouldSelectOnPressUp prop to collection components - @YumiChen - PR
  • Popover
    • Add --trigger-width to Popover within DialogTrigger - @reidbarber - PR
  • TagGroup
  • Misc
    • Support React 19 ref cleanup callback - @chirokas - PR
    • Export useRenderProps hook from react-aria-components - @sebald - PR

Fixes#


  • Collections
  • Date and Time
    • Apply aria-details on Calendar - @Persists - PR
    • Fix circular dependency in @internationalized/date - @luixo - PR
  • TypeScript
  • 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

Docs#