v98.2.0
- Added two new icons:
contrast
andcontrastHigh
(#8216) - Updated
EuiDataGrid
content to have a transparent background. (#8220)
Accessibility
- When the tooltips components (
EuiTooltip
,EuiIconTip
) are used inside components that handle the Escape key (likeEuiFlyout
orEuiModal
), pressing the Escape key will now only close the tooltip and not the entire wrapping component. (#8140) - Improved the accessibility of
EuiCodeBlock
s by (#8195)- adding screen reader only labels
- adding
role="dialog"
on in fullscreen mode - ensuring focus is returned on closing fullscreen mode