Skip to content

v56.0.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 04 May 15:54
· 1930 commits to main since this release
  • Increased weight of EuiLoadingSpinner border (#5845)
  • Added role and default aria-label to EuiLoadingLogo, EuiLoadingContent, EuiLoadingElastic, and EuiLoadingSpinner (#5845)
  • Added euiTextTruncate, euiTextWordBreak, and euiNumberFormat CSS-in-JS text utilities (#5854)
  • Added focus token to global EuiTheme (#5855)
  • Added euiFocusRing() and useEuiFocusRing() function/hook for customizing focus outline (#5855)
  • Added the focusTrapProps prop to EuiFlyout 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 EuiSplitPanels (#5855)
  • Fixed offset of global focus outline (#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, and EuiLoadingSpinner; Removed $euiLoadingSpinnerSizes, $euiGradientStartStop, and $euiGradientMiddle (#5845)
  • Converted EuiSkipLink to Emotion (#5851)

Breaking change

  • As part of EuiTitle's Emotion conversion, the line-height of s and xxs sized EuiTitles have been slightly reduced (#5842)