Skip to content

v67.1.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 14 Sep 17:19
· 1543 commits to main since this release
  • Added an optional dev-mode check to log, warn, or error if a component is rendered outside of EuiProvider (#6216)
  • Updated EuiBadge's disabled styling to match EuiButton (#6224)
  • Added the custom_component search filter type for the EuiSearchBar. This new type gives the consumer control to render the search filter dropdown. (#6226)

Bug fixes

  • Fixed Query.toESQuery() to generate bool queries instead of relying on match query logic, to work with non-text fields (#6220)
  • Fixed EuiInMemoryTable's internal state tracking to include changes of sorting.sort values (#6228)
  • Fixed bug in EuiButton where iconSize was not being applied (#6230)

CSS-in-JS conversions

  • Converted EuiBadge to Emotion (#6224)