v56.0.0
- Increased weight of
EuiLoadingSpinner
border (#5845) - Added
role
and defaultaria-label
toEuiLoadingLogo
,EuiLoadingContent
,EuiLoadingElastic
, andEuiLoadingSpinner
(#5845) - Added
euiTextTruncate
,euiTextWordBreak
, andeuiNumberFormat
CSS-in-JS text utilities (#5854) - Added
focus
token to globalEuiTheme
(#5855) - Added
euiFocusRing()
anduseEuiFocusRing()
function/hook for customizing focus outline (#5855) - Added the
focusTrapProps
prop toEuiFlyout
to aid outside click detection and closing event (#5860)
Bug fixes
- Fixed a number of
EuiMarkdownEditor
's default toolbar buttons to highlight when the text cursor is in a related location (#5840) - Fixed allotted animation size of
EuiLoadingLogo
(#5845) - Fixed
EuiLoadingElastic
in dark mode (#5845) - Fixed border-radius of nested
EuiSplitPanel
s (#5855) - Fixed
offset
of global focusoutline
(#5855) - Fixed
EuiCollapsibleNav
failing to close when the button is clicked (#5860)
CSS-in-JS conversions
- Converted
EuiBottomBar
to Emotion (#5823) - Converted
EuiHealth
to Emotion (#5832) - Converted
EuiTitle
to Emotion (#5842) - Converted
EuiLoadingLogo
,EuiLoadingContent
,EuiLoadingElastic
, andEuiLoadingSpinner
; Removed$euiLoadingSpinnerSizes
,$euiGradientStartStop
, and$euiGradientMiddle
(#5845) - Converted
EuiSkipLink
to Emotion (#5851)
Breaking change
- As part of
EuiTitle
's Emotion conversion, the line-height ofs
andxxs
sizedEuiTitle
s have been slightly reduced (#5842)