v62.0.0
- Updated
EuiText.img
styles to prevent images from growing full width (#5969) - Improved
EuiImage
'sallowFullScreen
screen reader experience (#5969) - Updated
EuiImage
's full screen mode to use thefullScreenExit
icon (#5969) - Updated
EuiPopover
'sdisplay
prop to accept any CSSdisplay
value (#5977) - Added
data-popover-open
attribute toEuiPopover
's panel (#5977) - Changed
EuiPopover
'sbox-shadow
tofilter
(#5977) - Added
logicalSizeCSS
andlogicalSizeStyle
for quickly producingwidth
andheight
styles (#5977) - Increased the opacity of the shadow color in dark mode (#5977)
- Improved screen reader accessibility for
EuiDataGrid
column headers (#6034) - Added
tokenMetricCounter
andtokenMetricGauge
toEuiToken
(#6064) - Removed the nested
aria-label
on theEuiAvatar
icon to simplify a11y (#6071) - Added
timelineAvatarAriaLabel
toEuiComment
(#6071)
Bug fixes
- Reverted the change
EuiCommentEvent.username
type fromReactNode
tostring
(#6071) - Fixed searchable single selection
EuiSelectable
s not correctly highlighting the checked option on initial render (#6072)
Breaking changes
- Updated
EuiImage.className
to be applied to theimg
instead of the parent wrapperfigure
and addedwrapperProps
prop so that consumers can apply props to thefigure
element (#5969) - Renamed
EuiPopover
'sdisplay
prop valueinlineBlock
toinline-block
(#5977) EuiPopover
: Removedfalse
as an option frominitialFocus
(#6044)- Renamed
timelineIcon
onEuiComment
totimelineAvatar
(#6071)
CSS-in-JS
- Converted
EuiImage
to Emotion (#5969) - Converted
EuiPopover
,EuiPopoverTitle
,EuiPopoverFooter
,EuiInputPopover
(#5977)
CSS-in-JS conversions