Skip to content

v70.1.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 03 Nov 20:55
· 1476 commits to main since this release
  • Added the hint prop to the <EuiSearchBar />. This prop lets the consumer render a hint below the search bar that will be displayed on focus. (#6319)
  • Added the hasDragDrop prop to EuiPopover. Use this prop if your popover contains EuiDragDropContext. (#6329)

Bug fixes

  • Fixed EuiButton's cursor style when the button is disabled (#6323)
  • Fixed EuiPageTemplate not recognizing child EuiPageSidebars/EuiPageTemplate.Sidebars with css props (#6324)
  • Fixed EuiBetaBadge to always respect its anchorProps values, including when there is no tooltip content (#6326)
  • Temporarily patched EuiModal to not cause scroll-jumping issues on modal open (#6327)
  • Fixed buggy drag & drop behavior within EuiDataGrid's columns & sorting toolbar popovers (#6329)
  • Fixed EuiButton not correctly passing textProps for children inside fragments or i18n components (#6332)
  • Fixed EuiButton not correctly respecting minWidth={0} (#6332)

CSS-in-JS conversions

  • Converted EuiTabs to Emotion (#6311)