v65.0.0
65.0.0
- Added
anchorProps
to allow passing more props to the anchoring wrapper inEuiToolTip
andEuiBetaBadge
(#6110) - Added an empty shade background color to
hollow
styleEuiBetaBadge
(#6110) - Changed design of select button in
selectable
EuiCard
s (#6110) - Updated button
ghost
colors to becolorMode = 'dark'
themedtext
buttons (#6150) - Renamed
ButtonColor
andButtonSize
types to prefixed versionsEuiButtonColor
andEuiButtonSize
(#6150)
Deprecations
- Deprecated
ghost
color forEuiButton
,EuiButtonIcon
,EuiButtonEmpty
(#6150)
Breaking changes
- Removed
EuiButtonIconColor
andEuiButtonEmptyColor
types, useEuiButtonIconProps['color']
andEuiButtonEmptyProps['color']
instead (#6150) - Removed support for
ghost
color fromEuiButtonGroup
(#6150)
CSS-in-JS conversions
- Removed
euiHasBetaBadge()
Sass mixin (#6110) - Converted
EuiCard
,EuiCheckableCard
to Emotion, removed$euiCheckableCardPadding
,$euiCardSpacing
,$euiCardBottomNodeHeight
,$euiCardSelectButtonBorders
,$euiCardSelectButtonBackgrounds
, and$euiCardPaddingModifiers
(#6110) - Converted
EuiButton
to Emotion (#6150) - Converted color styles of
EuiButtonIcon
,EuiButtonEmpty
,EuiButtonGroup
(#6150)