- Dependency updates
- BarChart: Removed outdated color fallback values for labels
⚠️ Breaking change: BarChart: Restructured label props to have clearer names and nesting (see examples in readme and stories for the new format)
- Changes related to the dev/build setup and documentation
- PieChart is now being exported from the main index file
- New chart type: PieChart!
- Misc. minor improvements for BarChart (CSS and type naming)
⚠️ Breaking change: BarChart:chartItems
prop is now calleditems
- BarChart: You can now override basic chart styles with the
className
prop - BarChart: Accessibility improvements (
role
andaria-roledescription
tags) - BarChart: Some CSS simplifications and code cleanup
- Build improvements, including proper TypeScript type setup
- Documentation improvements
- Build improvements (migration to Rollup as build tool)
- Initial release with
<BarChart />