v3.0.0
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
sliceandpieSliceStyleprops were added to thePieChartcomponent.slicereplaces thegetValueprop that previously existed onPieChart. - Many of the
dataprops on existing components are now required.
Updates
#187 Dependency upgrades
#194 Addition of pre-commit hooks
#201 PieChart updates
#207 Documentation updates