Skip to content

v58.1.0

Compare
Choose a tag to compare
@thompsongl thompsongl released this 24 May 15:53
· 1861 commits to main since this release
a4a083e
  • Updated useEuiPaddingCSS() and useEuiBackgroundColorCSS() to render css blocks so consuming components render the key name in the class (#5891)
  • Added padding sizes xs and xl to EuiPanel (#5891)

Bug fixes

  • Fixed EuiSplitPanel contained border radius by setting overflow: hidden (#5891)
  • Fixed EuiCallOut description top margin when only child (#5891)
  • Fixed height stretching of EuiEmptyPrompt by setting grow=false on the nested panel (#5907)
  • Fixed EuiInMemoryTable's loading state from shifting layout (#5914)
  • Fixed accessibility errors with EuiDataGrid's column sorting drag & drop handles (#5916)
  • Fixed EuiMark's screen reader helpers causing scroll issues in Chrome (#5921)

CSS-in-JS conversions

  • Converted EuiAccordion to Emotion; Removed $paddingSizes (#5826)
  • Converted EuiPanel to Emotion (#5891)
  • Renamed euiScreenReaderOnlyStyles() mixin to euiScreenReaderOnly() (#5921)