March 3, 2025 Release

Date and Time Formatting in RTL Languages#

If you are not directly using React Spectrum DateField, DatePicker, or DateRangePicker, you will need to make updates to your components for them to properly format in RTL languages. If you are using RAC, the DateInput must have display set to either inline, inline-block, or block. If you are using the hooks, you must ensure that the date segments are rendered as spans and that the field grouping element has display set to either inline, inline-block, or block. If you choose to not make these updates, your component will still look the same as before, but they will not format correctly in RTL languages.

Enhancements#


Fixes#


Docs#


Under Construction#


RAC Toast

Autocomplete

Released packages#


Haven't included these yet since we might revert:

  • feat(Button): add support for aria-current prop - @TimonVS - PR
  • fix: ToggleButton Props should not include aria-current - @snowystinger - PR