General:
- Added
cssGap
to propTypes and typescript for Box.(#7383) - Enhanced Notification theme for status/kind
message
andtitle
colors.(#7411) - Enhanced Button theme with
elevation
.(#7408) - Fixed the use of
useId
within Accordion to use a polypilluseId
.(#7405) - Fixed the typescript for
onChange
in FileInput.(#7400) - Fixed accessibility for Pagination to ensure that that
<ul>
does not contain anydiv
elements.(#7379) - Fixed DataSort to use the labels defined in the Data
properties
. (#7416) - Fixed nested interactive elements accessibility issue on SelectMultiple component. (#7430)
Calendar:
- Added bolding to Calendar range of dates to meet accessibility requirements.(#7402)
- Enhanced Calendar to support additional state styles and rounding.(#7402)
- Fixed Calendar to allow for space key to be used to select dates.(#7357)
DataTable:
- Enhanced DataTable with
theme.dataTable.body.selected
.(#7384) - Fixed space key interaction for clickable DataTable rows. (#7363)
List:
- Improved keyboard behavior by only calling
event.preventDefault()
whenonClickItem
oronOrder
is used.(#7415)
Select:
- Added
theme.select.clear.container.hover
for Select.(#7397) - Fixed the typescript for
onMore
in Select.(#7395) - Fixed
aria-label
for Select.(#7376) - Fixed a bug in Select to allow for jsx elements to be passed in Select
options
prop.(#7333) - Fixed Select to ensure
focusIndicator
prop only works ifplain=true
. (#7353) - Fixed nested interactive elements accessibility issue on Select component. (#7420)
Tag:
- Added a default size of
medium
for Tag to default.(#7398) - Enhanced Tag theme for
remove
Buttons.(#7386)
ToggleGroup: