v67.1.0
- 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 matchEuiButton
(#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 ofsorting.sort
values (#6228) - Fixed bug in
EuiButton
whereiconSize
was not being applied (#6230)
CSS-in-JS conversions
- Converted
EuiBadge
to Emotion (#6224)