Skip to content

v17.0.0

Compare
Choose a tag to compare
@markov00 markov00 released this 30 Jan 20:19
· 1400 commits to main since this release

17.0.0 (2020-01-30)

Bug Fixes

Features

BREAKING CHANGES

  • listeners: the onElementOver and the onElementClick are now called with
    Array<[GeometryValue, SeriesIdentifier]> instead of Array<GeometryValue>
  • renames in Partition charts— Layers: fillLabel.formatter->fillLabel.valueFormatter; type FillLabel-> FillLabelConfig

Non-breaking changes:

  • feat: the values in linked labels are rendered, just like they have been in the sectors (formerly, the value could optionally be put in the link label accessor itself)

  • feat: font styling is possible separately for values: valueFormatter configs

  • test: opacity decrease example; coloring examples

  • feat: hierarchical data (parent, sortIndex) is made available to accessors (see stories, helpful with eg. coloring)

  • refactor: tighter types; other code improvements