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
- RAC
Autocomplete
release preperation and fixes - @LFDanLu - PR, @LFDanLu - PR, @majornista - PR, @LFDanLu - PR Calendar - Add
firstDayOfWeek
prop - @reidbarber - PR
- RAC
- Misc
- Remove custom hit testing in
usePress
- @devongovett - PR - Improve React Fast Refresh in Storybook - @devongovett - PR
- Remove custom hit testing in
Fixes#
- Button
- Disable
Form
submission when RACButton
isPending
- @snowystinger - PR
- Disable
- Calendar
- Fix keyboard selection of an unavailable date should not change the current selection (RAC) - @richardbann - PR
- Remove internal contexts from RAC
Calendar
- @reidbarber - PR
- Date and Time
- Form
- Disabled
Form
elements won't use native validation - @reidbarber - PR
- Disabled
- Menu
- Select
- Passing
autoComplete
prop from RACSelect
to underlying child component - @nabanitabania - PR
- Passing
- Tag
- Prevent disabled RAC
Tag
from being removed from RACTagGroup
with keyboard navigation - @minzzang144 - PR
- Prevent disabled RAC
- Misc
- Prevent
Popover
from closing on scroll - @jabrks - PR - Fix skipping elment with
contenteditable
set to false when tabbing - @nwidynski - PR - Remove
onTouchEnd
handler in iOSusePreventScroll
- @devongovett - PR - Include scroll padding in
scrollIntoView
caclulations - @jeffijoe - PR - Make empty SlotsProvider context stable - @mdwyer6 - PR
- Fix
optimize-locales-plugin
path resolution for empty.js for Windows - @ohansFavour - PR
- Prevent
Docs#
- Add initial
Autocomplete
docs - @devongovett - PR - Prevent
Combobox
docs example from clearingdefaultInputValue
or controlled value on blur - @snowystinger - PR - Improve RAC
Calendar
doc's state example - @nathanpower - PR - Fix broken links in docs - @ktabors - PR