v61.0.0
- Added
eventIcon
,eventIconAriaLabel
, andeventColor
props toEuiComment
(#6030) - Updated
EuiComment.actions
type to acceptReactNode[]
(#6030) - Updated
.euiMarkdownEditor
display toflex
to prevent display issues when the markdown editor is inside aEuiComment
(#6030) - Added styles for
kbd
's withinEuiText
(#6049) - Added
keyboard
glyph toEuiIcon
(#6058)
Bug fixes
- Fixed bug in
EuiTimelineItem
whereclassName
s were not being applied (#6030) - Fixed multiple missing CSS logical properties within
EuiText
children (#6059)
Deprecations
- Deprecated
EuiIcon
'skeyboardShortcut
in favor ofkeyboard
(#6058)
Breaking changes
- Changed
EuiCommentEvent.username
type fromReactNode
tostring
(#6030) - Updated
EuiCommentList
andEuiComment
to useEuiTimeline
andEuiTimelineItem
respectively. This change makes theEuiCommentList
to be always required (#6030) - Removed
EuiComment.type
(#6030)
CSS-in-JS conversions
- Converted
EuiComment
to Emotion (#6030)