Skip to content

v35.0.0

Compare
Choose a tag to compare
@nickofthyme nickofthyme released this 13 Sep 15:56

35.0.0 (2021-09-13)

Bug Fixes

  • a11y: restore focus after popover close with color picker (#1272) (0c6f945), closes #1266 #935
  • build: fix license in package.json (#1362) (d524fdf)
  • deps: update dependency @elastic/eui to ^37.5.0 (#1341) (fb05c98)
  • deps: update dependency @elastic/eui to ^37.6.1 (#1359) (2ae90ce)
  • deps: update dependency @elastic/eui to ^37.7.0 (#1373) (553b6b0)
  • heatmap: filter out tooltip picked shapes in x-axis area (#1351) (174047d), closes #1215
  • heatmap: remove values when brushing only over axes (#1364) (77ff8d3)

Features

BREAKING CHANGES

  • xy: - feat: removes the axis deduplication feature
  • fix: showDuplicatedTicks causes a duplication check on the actual axis tick label (possibly yielded by Axis.tickLabel rather than the more general tickFormat)
  • heatmap: the config.label.fontSize prop is replaced by config.label.minFontSize and config.label.maxFontSize. You can specify the same value for both properties to have a fixed font size. The config.label.align and config.label.baseline props are removed from the HeatmapConfig object.