General:
- Fixed Typescript type for Box
onClick
prop. (#7018) - Fixed Select focus when using
search
in Select. (#6901) - Fixed NameValueList to account for theme-defined breakpoints. (#7047)
Beta:
- Added NEW DataClearFilters component. (#7025)
- Added default
aria-label
for DataFilter inputs. (#7038) - Enhanced Data to include screen reader announcements when data changes. (#7010)
- Enhanced DataFilter range to allow users to specify
step
. (#6942) - Enhanced DataSummary
message
to better support plural and singular grammar. (#7022) - Enhanced DataFilter range to be inclusive of bounds. (#7026)
- Enhanced the DataFilter and RangeSelector to better handle floating point values. (#7033)
- Changed DataFilters default presentation to be
layer
when presented using Datatoolbar
prop to align with design best practices. (#7057) - Fixed handling of multi-level property names that are used as RangeSelectors in filters. (#7049)
- Fixed DataSearch within a Layer to render with the correct form label. (#7053)
- Fixed RangeSelector to render with no errors when used in a controlled form. (#7045)
- Updated DataTableColumns prop types and typescript types. (#7028)