General:
- Added TextInput
passwordprop. #8020 - Added
formField.hovertheme property. #8092 - Added
formField.[inputname].hovertheme property so child input components can explicitly opt out of inherited hover treatments. #8098 - Fixed
sortablecolumn accessibility issue on DateTable (aria-sort, discoverability, sort status). #7988
Beta - APIs are subject to change:
- Added
timeInput.drop.option.selected.text.weightto the theme. (#8100) - Added ability to control error announcement prominence in Stepper via the
errorAnnouncementprop. (#8095 - Added additional props to the TimeInput theme (
timeInput.drop.gap,timeInput.drop.option.gap,timeInput.drop.option.size,timeInput.drop.option.pad, andtimeInput.drop.option.round). (#8091) - Added
theme.dateTimeInput.calendar.day.selected.backgroundto DateTimeInput theme to allow control over the selected day background color (#8096). - Fixed TimeInput popup closes when clicking on non-button area inside drop. #8067
- Fixed DateTimeInput keyboard to ensure empty fields initialize to minimum valid values on initial arrow interactions. #8087
- Fixed focus ring behavior in TimeInput when switching from keyboard navigation to mouse clicks. #8099
- Fixed empty fields in TimeInput to minimum valid values on initial arrow interaction. #8088
- Fixed the initial focus behavior when opening the drop on DateTimeInput. (#8103)
- Fixed
inlinebehavior for DateTimeInput to align with the DateInput behavior. (#8097)