Enhancements
- Allowed
Thumbnailsourceproperty to supporticons(#3328) Button: Newroleprop for<button />(#3590)- Added
preventFocusOnClosetoPopover(#3595) - Added color fallback values to
focus-ringmixin (#3626) - Added
role="presentational"to list items forTabs(#3647) - Allowed consumers to set custom container element on
PortalsManager(#3644)
Bug fixes
- Fixed
FocusManagerfrom tracking inactive items that prevented trap focusing(#3630) - Added escape keybind to
Tooltip(#3627) - Removed extra bottom border on the
DataTableand added curved edges to footers (#3571) Button:loadingno longer sets the invalidrole="alert"(#3590)- Added semantic headers to
Filters(#3629) - Fixed
Filtersnot announcing applied filters (#3632) - Removed
tabIndex=-1fromPopoverwhenpreventAutoFocusis true (#3595) - Fixed
Modalheader border color (#3616) - Added focus styles to
CloseButtoninModal(#3628) - Fixed
FiltersduplicatedConnectedFilterids (#3651) - Fixed
BannersecondaryActiononly rendering ifactionis set (#2949) - Added a
alwaysRenderCustomPropertiestoThemeProviderfor elements that render outside of the DOM tree to their parent context (#3652) - Fixed keyboard interactions for the
Tabcomponent (#3650) - Fixed keyboard interaction when selected Tab was focused and rendering the wrong
::beforecolour (#3669)
Documentation
- Fixed
preventAutoFocusprop description forPopover(#3595)