v93.5.0
EuiHeaderLinks
now accepts achildren
render function that will be passed acloseMobilePopover
callback, allowing consumers to close the mobile popover by its content (#7603)- Updated
EuiSelectable
to support scrolling list containers whenlistProps.isVirtualization
is set tofalse
(#7609)
Bug fixes
- Fixed
EuiIconTip
's defaultaria-label
text to be i18n tokenizable (#7606) - Fixed
EuiTextArea
's CSS box model to no longer render a few extra pixels of strut height (#7607)
Dependency updates
- Updated
@types/refractor
to v3.4.0 (#7590) - Updated
@types/lodash
to v4.14.202 (#7591) - Removed
@types/resize-observer-browser
dependency.ResizeObserver
types should already be baked in to Typescript as of 4.2+ (#7592) - Updated
classnames
to v2.5.1 (#7593) - Updated
@types/numeral
to v2.0.5 (#7594) - Updated
@types/react-window
to 1.8.8 (#7597) - Updated
prop-types
to v15.18.1 (#7602) - Removed
prop-types
as a peer dependency, per package recommendation (#7602)
Accessibility
EuiIcons
no longer applyaria-hidden
to empty icons, as long as a valid title or label is provided to the icon. In particular, this is intended to improve the accessibility of loadingEuiIconTip
s. (#7606)