v94.3.0
- Updated
launch
glyph forEuiIcon
(#7670) - Updated
EuiComboBox
'soptions
to support including tooltip details for selectable options. UsetoolTipContent
to render tooltip information, andtoolTipProps
to optionally customize the tooltip rendering behavior (#7700) - Updated the following existing glyphs in
EuiIcon
: (#7727)error
(now an outlined version instead of filled)tokenMetricCounter
tokenMetricGauge
- Added the following new glyphs to
EuiIcon
: (#7727)tokenDimension
clickLeft
clickRight
clockCounter
errorFilled
(the previouserror
glyph design)warningFilled
Bug fixes
- Fixed a visual layout bug for
EuiComboBox
withisLoading
in mobile views (#7700) - Fixed missing styles on header cells of
EuiDataGrid
that prevented content text alignment styles to apply (#7720) - Fixed
EuiFlexGroup
andEuiFlexItem
ref
prop typing to support refs of the same type as the passedcomponent
type and allowdisplayName
to be defined for easy component naming when using component wrappers likestyled()
(#7724)