Skip to content

v60.0.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 22 Jun 15:54
· 1814 commits to main since this release
  • Added configuration options to EuiProvider.cache to enable more granular style insertion (#5853)
  • Added a utility classes component (#5853)
  • Added utility classes configuration options to EuiProvider (#5853)
  • Added gutterSize prop to EuiTimeline (#5955)
  • Added optional onActiveOptionChange callback to EuiSelectable (#5978)

Bug fixes

  • Fixed bug in EuiTimelineItem where the vertical line was not showing on the last item when verticalAlign was set to center (#5955)
  • Fixed bug in logicalCSS() where the left and right logicalPositions were wrong (#5955)
  • Fixed a maximum call stack error in EuiComboBox when an option group contains hundreds of thousands of options (#5976)

Breaking changes

  • Removed component prop from EuiTimelineItem, which now defaults to li. Consequently, a EuiTimeline (ol) is required to wrap the timeline items (#5955)

CSS-in-JS conversions

  • Converted EuiStat to Emotion (#5968)