9.4.0 - 2022-04-08
Enhancements
- Increased token coverage by creating
@keyframes
tokens and replacing hardcoded instances (5427) - Added support for setting a ReactNode on
DataTable
totalsName
prop (#5454) - Added a
verticalContent
prop toTextField
to support rendering markup above the input value (#5392) - Added a
suggestion
prop onTextField
to support inline autocomplete (5303) - Added support for setting
ariaAutocomplete
toboth
onCombobox.TextField
(5303) - Added a
willLoadMoreOptions
prop toCombobox
that's passed toListbox
through context so thatonKeyToBottom
is only called ifwillLoadMoreOptions
istrue
(5303) - Improved
Autocomplete
performance when options are lazy loaded by passingwillLoadMoreResults
to theCombobox
willLoadMoreOptions
prop when present (5303) - Updated
Listbox
scroll UX to behave natively when navigating options with keyboard instead of scrolling the active option to the top of the visible list (5303)