Skip to content

v3.0.0

Choose a tag to compare

@acmei acmei released this 16 Dec 22:48
· 74 commits to master since this release

v3.0.0 Release 🎉

We've dropped support for Node versions <8, added documentation updates galore, and made PieChart a little more flexible.

Breaking changes

There are a few breaking changes with this major release.

  • We've dropped support for Node versions 6 and 7. And added support for any Node.js version >=8.
  • Both slice and pieSliceStyle props were added to the PieChart component. slice replaces the getValue prop that previously existed on PieChart.
  • Many of the data props on existing components are now required.

Updates

#187 Dependency upgrades
#194 Addition of pre-commit hooks
#201 PieChart updates
#207 Documentation updates