Skip to content

v8.0.0

Choose a tag to compare

@markov00 markov00 released this 15 Jul 10:15

8.0.0 (2019-07-15)

Code Refactoring

Features

  • style: allow fill and stroke overrides (#258) (99c5e9f)

BREAKING CHANGES

  • style: LineStyle, AreaStyle and BarSeriesStyle types differs on the optional values.
    stroke and fill on the theme or specific series style now override the computed series color.

  • fix: no unused locals error on theme

  • fix: avoid key prop override by spread operator

  • test: increase test coverage on PR changes

  • fix: fontSize is now always a number

  • test: increase coverage for rendendering

  • refactor(story): simplify theme merging on with value label story

  • refactor: removed mergeWithDefaultTheme

  • legend: the onLegendItemClick click handler is no longer applied when clicking on the title. Instead a simple visibility change is applied.