v67.0.0
- Updated
EuiSuggest
to accept theisPreFiltered
prop (#5930) - Updated
EuiOverlayMask
to useEuiPortal
(#6090) - Updated
EuiToolTipPopover
to be a function component (#6104) - Added
EuiToolTipAnchor
andEuiToolTipArrow
components (#6104) - Added a new
component
prop toEuiPageSection
, allowing overriding of the defaultsection
tag (#6192)
Bug fixes
- Fixed global styles being inserted into the wrong location when a
EuiProvider
cache is not configured. (#6202) - Fixed bug where
className
andrest
props were not being passed to theEuiNotificationEvent
(#6208) - Fixed various nested
componentProps
throwing type errors on thecss
prop (#6211)
Deprecations
- Added
@deprecated
flags toEuiPageContent_Deprecated
,EuiPageContentBody_Deprecated
,EuiPageContentHeader_Deprecated
,EuiPageContentHeaderSection_Deprecated
,EuiPageSideBar_Deprecated
andEuiPageTemplate_Deprecated
, which will provide helpful hints to IDEs that support jsdoc flags. Consumers will have until August 2023 to migrate from these deprecated components. (#6194)
Breaking changes
- Removed
onClick
prop fromEuiOverlayMask
. Use a nestedEuiFocusTrap
instead. (#6090) - Removed
euiCallOutColor
Sass mixin (#6201)
CSS-in-JS conversions