Skip to content

v56.0.0

Choose a tag to compare

@nickofthyme nickofthyme released this 18 Apr 15:57
· 539 commits to main since this release

56.0.0 (2023-04-18)

Bug Fixes

  • deps: update dependency @elastic/eui to ^76.4.0 (#2008) (95176e1)
  • deps: update dependency @elastic/eui to v77 (#2018) (c079730)
  • interactions: brushing over origin coordinates (#2013) (937feb0)
  • tooltip: custom tooltip header context (#1989) (1e5b861)

Features

BREAKING CHANGES

  • tooltip: The header property of TooltipInfo type was simplified to PointerValue as to include only relevant properties. This change is propagated to all other types using header as a TooltipValue. The TooltipInfo.values used to conditionally pass only highlighted TooltipValues when using a customTooltip and now always passes all values.