Skip to content

v0.6.0

Compare
Choose a tag to compare
@bulyonov bulyonov released this 02 Sep 22:40
· 624 commits to master since this release

TL;DR

New legends (sic!), new animations, faster rendering of components, no d3 in actual rendering process, new examples and more.

Breaking changes

  • animation property works differently: duration is removed in favor of stiffness, dumping and precision. Please refer to the documentation for the latest changes.

Non-breaking changes

  • Feature: added the first version of legends (discrete and continuous color legends, continuous size legend). Please refer to the docs for legends for more details.
  • Improvement: got rid of assigning properties with d3 after rendering, currently all attributes and event listeners are attached using React (and it is faster).
  • Improvement: eliminated the use of d3-selection and d3-transition modules and made the source code smaller.
  • Improvement: added some structure into the examples and simplified their source code (check them out).
  • Bugfix: fixed crashing on animation (#114).
  • Improvement: onNearestX event now returns the index of the selected data point as an attribute (more details here)
  • Bugfix: added the donut chart to the list of examples (#83).
  • Bugfix: fixed failing bar charts when the number of segments was changed (#55).