v93.4.0
- Added the following properties to
EuiButtonGroup
'soptions
configs:toolTipContent
,toolTipProps
, andtitle
. These new properties allow wrapping buttons inEuiToolTips
, and additionally customizing or disabling the native browsertitle
tooltip. (#7461) - Enhanced
EuiResizeObserver
anduseResizeObserver
's performance to not trigger page reflows on resize event (#7575) - Updated
EuiSuperUpdateButton
to support custom button text via an optionalchildren
prop (#7576)
Bug fixes
- Fixed
EuiFlyout
to not repeatedly remove/add a body class on resize (#7462) - Fixed
EuiToast
title text to wrap instead of overflowing out of the container (#7568) - Fixed a visual bug with
EuiHeaderBreadcrumbs
with popovers (#7580)
Deprecations
- Deprecated
euiPalettePositive
andeuiPaletteNegative
in favour of a more culturally inclusiveeuiPaletteGreen
andeuiPaletteRed
(#7570) - Deprecated all charts theme exports in favor of
@elastic/charts
exports: (#7572)- Deprecated
EUI_CHARTS_THEME_<DARK|LIGHT>
in favor of<DARK|LIGHT>_THEME
from@elastic/charts
. (#7572) - Deprecated
EUI_SPARKLINE_THEME_PARTIAL
in favor ofuseSparklineOverrides
theme from the kibanacharts
plugintheme
service.
- Deprecated
Accessibility