v88.0.0
- Updated
EuiDescriptionList
with a newcolumnGutterSize
prop (#7062)
Deprecations
- Deprecated
EuiSuggest
. We recommend usingEuiSelectable
orEuiComboBox
instead (#7122) - Deprecated
EuiControlBar
. We recommend usingEuiBottomBar
instead (#7122) - Deprecated
EuiColorStops
. We recommend copying the component to your application if necessary (#7122) - Deprecated
EuiNotificationEvent
. We recommend copying the component to your application if necessary (#7122)
Breaking changes
- Renamed
EuiDescriptionList
'sgutterSize
prop torowGutterSize
(#7062) EuiDescriptionList
'srowGutterSize
prop now defaults to a size ofs
(was previouslym
) (#7062)
Accessibility
- Fixed the dark mode colors of inline
EuiDescriptionListTitle
s to meet WCAG color contrast requirements (#7062)
CSS-in-JS conversions
- Converted
EuiKeyPadMenuItem
to Emotion; Removed$euiKeyPadMenuSize
and$euiKeyPadMenuMarginSize
(#7118)