What's Changed
Ok, this for sure the last beta release before 3.0! All blockers for 3.0 resolved - will release 3.0 within the next week.
Changes since beta 1
Feat
X/YAxis
: addsymlog
scale type by @ckifer in #5911YAxis
: Adjust Y by @saurabhraj123 in #5880Bar
: allowminPointSize
function to receive null and undefined values by @eino in #5947
Fix
Pie
: Fix interrupting Pie animation by @PavelVanecek in #5879 - this was blocking 3.0 releaseX/YAxis
: Fix issue where ticks did not adjust based on set fontSize #5859Animation
: Fix a few small animation bugs in 3.x
Chore
- Move react packages into peerDependencies by @PavelVanecek in #5867 - this was blocking 3.0 release
- Removed
generateCategoricalChart
! 🚀 by @PavelVanecek in #5895 - Split props and components into Cartesian and Polar variants by @PavelVanecek in #5900
- Inline
react-smooth
by @PavelVanecek in #5924- We moved
react-smooth
into the recharts repository and refactored it to TypeScript for easier maintainability and testability
- We moved
We've also updated our branch names!
master
->2.x
3.x
->main
New Contributors
- @avipars made their first contribution in #5860
- @clonemycode made their first contribution in #5890
- @saurabhraj123 made their first contribution in #5880
Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2