v70.3.0
EuiSearchBar
now automatically wraps special characters not used by query syntax in quotes (#6356)- Added
alignment
prop toEuiBetaBadge
(#6361) EuiButton
now acceptsminWidth={false}
(#6373)
Bug fixes
- Fixed
EuiPageTemplate
not correctly passing thecomponent
prop to the inner main content wrapper. (#6352) EuiSkipLink
now correctly callsonClick
even whenfallbackDestination
is invalid (#6355)- Permanently fixed
EuiModal
to not cause scroll-jumping issues on modal open (#6360) - Re-fixed
EuiPageSection
not correctly mergingcontentProps.css
(#6365) - Fixed
EuiTab
not defaulting to sizem
(#6366) - Fixed the shadow sizes of
.eui-yScrollWithShadows
and.eui-xScrollWithShadows
(#6374) - Fixed bug in
EuiCard
where the inner content in vertical cards was not growing 100% in width (#6377) - Fixed incorrect margins in
EuiSuperDatePicker
caused byEuiFlex
CSS gap change (#6380) - Fixed visual bug in nested
EuiFlexGroup
s, where the parentEuiFlexGroup
is responsive but a childEuiFlexGroup
is not (#6381)
CSS-in-JS conversions
- Converted
EuiModal
to Emotion (#6321)
Fixes