v70.0.0
- Added the
enabled
option to the<EuiInMemoryTable />
executeQueryOptions
prop. This option prevents the Query from being executed when controlled by the consumer. (#6284)
Bug fixes
- Fixed
EuiOverlayMask
to set a[data-relative-to-header=above|below]
attribute to replace the--aboveHeader
and--belowHeader
classNames removed in its Emotion conversion (#6289) - Fixed
EuiHeader
CSS using removedEuiOverlayMask
class modifiers (#6293) - Fixed
EuiToolTip
not respecting reduced motion preferences (#6295) - Fixed a bug with
EuiTour
where passing anypanelProps
would cause the beacon to disappear (#6298)
Breaking changes
@emotion/css
is now a required peer dependency, alongside@emotion/react
(#6288)@emotion/cache
is no longer required peer dependency, although your project must still use it if setting custom cache/injection locations (#6288)
CSS-in-JS conversions