Skip to content

v70.0.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 18 Oct 21:17
· 1453 commits to main since this release
  • 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 removed EuiOverlayMask class modifiers (#6293)
  • Fixed EuiToolTip not respecting reduced motion preferences (#6295)
  • Fixed a bug with EuiTour where passing any panelProps 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

  • Converted EuiCode and EuiCodeBlock to Emotion; Removed euiCodeSyntaxTokens Sass mixin and $euiCodeBlockPaddingModifiers; (#6263)
  • Converted EuiResizableContainer and EuiResizablePanel to Emotion (#6287)