November 20, 2024 Release
Happy New Year! We're excited to announce the first release of 2025. This release includes a number of new features, enhancements, and bug fixes. Read on for more details.
The new RAC component Autcomplete is available as an alpha with limited documentation for use. It has been...
Enhancements#
- Autocomplete
- Calendar
- Add
firstDayOfWeekprop to Calendar, RangeCalendar, DatePicker, and DateRangePicker - @reidbarber - PR
- Add
- Overlays
- Add support for CSS transitions in
Modal,Popover, andTooltip– @devongovett – PR
- Add support for CSS transitions in
- Misc
- Remove custom hit testing in
usePress- @devongovett - PR
- Remove custom hit testing in
Fixes#
- Button
- Disable form submission in
isPendingstate - @snowystinger - PR
- Disable form submission in
- Date and Time
- Fix keyboard selection of an unavailable dates - @richardbann - PR
- Remove min/max limits for all segments in
@internationalized/dateparseDuration- @limkhl - PR
- Form
- Skip native validation on disabled form elements - @reidbarber - PR
- Menu
- Select
- Fix form
autoCompleteprop - @nabanitabania - PR
- Fix form
- TagGroup
- Prevent disabled tags from being removed with keyboard navigation - @minzzang144 - PR
- Overlays
- Misc
- Skip elements with
contenteditable=falsein FocusScope - @nwidynski - PR - Fix
@react-aria/optimize-locales-pluginpath resolution on Windows - @ohansFavour - PR - Reduce unnecessary re-renders in React Spectrum slot provider - @mdwyer6 - PR
- Skip elements with
Docs#
- Add initial
Autocompletedocs - @devongovett - PR - Prevent
Comboboxdocs example from clearingdefaultInputValueor controlled value on blur - @snowystinger - PR - Improve RAC
Calendarstate example - @nathanpower - PR - Fix broken links in docs - @ktabors - PR