v8.0.0
8.0.0 (2019-07-15)
Code Refactoring
Features
BREAKING CHANGES
-
style:
LineStyle,AreaStyleandBarSeriesStyletypes differs on the optional values.
strokeandfillon 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 labelstory -
refactor: removed mergeWithDefaultTheme
-
legend: the
onLegendItemClickclick handler is no longer applied when clicking on the title. Instead a simple visibility change is applied.