Skip to content

v55.1.0

Compare
Choose a tag to compare
@thompsongl thompsongl released this 26 Apr 17:52
· 1910 commits to main since this release
b74bf35
  • Improved EuiTimeline a11y by using better semantic elements (#5791)
  • Replaced sass usage in EuiAspectRatio with inline styles using aspect-ratio property of css (#5818)
  • Improved accessibility of EuiLoadingChart (#5821)
  • Added euiFontSize() and useEuiFontSize() JS function and React hook for font sizing (#5822)
  • Added levels object to EuiTheme (#5827)
  • Updated the use of @emotion/cache to include all @emotion styles (#5831)

Bug fixes

  • Fixed layout bug in EuiAccordion children that use position: fixed; (#5806)
  • Fixed EuiFlyout so that it no longer closes when a click starts inside the flyout but completes outside (#5810)
  • Fixed EuiBasicTable mobile styles being in sync between JS and Sass (#5822)

CSS-in-JS conversions

  • Converted EuiSpacer to Emotion; Removed $spacerSizes (#5812)
  • Converted EuiBeacon to Emotion (#5814)
  • Changed euiCanAnimate to a constant (#5814)
  • Converted EuiHorizontalRule to emotion; Removed $ruleMargins (#5815)
  • Converted EuiLoadingChart to Emotion (#5821)