- Added support for React 19.(#7532)
- Added
aria-label
to Pagination controls.(#7590) - Added
combobox
props to MaskedInput withsuggestions
.(#7588) - Added
aria-label
to theremove
Button in Tag.(#7571) - Added
imageProps
to Avatar.(#7570) - Enhanced TextInput
suggestions
to inform button if mouse or keyboard.(#7576) - Fixed Tip hover behavior to ensure that if additional content appears on pointer hover, users can move the pointer over the content without it disappearing. (WCAG 1.4.13 compliance).(#7596)
- Fixed Calendar responsiveness in order to scale down correctly on smaller viewports.(#7583)
- Fixed DataTable
rowDetails
expansion to be tracked by primary key.(#7547)