v2.3.0-alpha.0
版本发布时间: 2023-01-04 15:44:45
recharts/recharts最新发布版本:v2.13.0-alpha.5(2024-09-06 01:32:02)
What's Changed
fix
- Fix IconType type by replacing Omit utility type with Exclude by @lukask-proxora in https://github.com/recharts/recharts/pull/3122
- Add reversed prop for PolarRadiusAxis by @lukask-proxora in https://github.com/recharts/recharts/pull/3123
- Fix type of Brush Props by @montoyaaguirre in https://github.com/recharts/recharts/pull/3129
- Rename BarChart.spec.jsx to BarChart.spec.tsx by @turculaurentiu91 in https://github.com/recharts/recharts/pull/3130
- fix: points attribute spread onto incorrect svg elements by @ckifer in https://github.com/recharts/recharts/pull/3101
- fix(types): add zIndex as valid AxisType, remove CategoricalChartOptions assertions by @neefrehman in https://github.com/recharts/recharts/pull/3108
- fix: add some missing payload properties that might be needed in custom tooltip, parity with definitely typed by @ckifer in https://github.com/recharts/recharts/pull/3121
refactor
- chore: use early return to improve readability of getAxisMapByAxes by @neefrehman in https://github.com/recharts/recharts/pull/3107
- refactor: move filterProps to ReactUtils and refactor references by @ckifer in https://github.com/recharts/recharts/pull/3116
- refactor: correct wrong spelling (ckeck, chilren) by @manudeli in https://github.com/recharts/recharts/pull/3119
chore
- chore: run prettier on spec files to align formatting by @ckifer in https://github.com/recharts/recharts/pull/3117
- Chore/run fix demo by @ckifer in https://github.com/recharts/recharts/pull/3118
- chore(deps): bump minimatch and mocha by @dependabot in https://github.com/recharts/recharts/pull/3089
- Chore/lint staged by @ckifer in https://github.com/recharts/recharts/pull/3093
- Fix CI by @ckifer in https://github.com/recharts/recharts/pull/3084
- fix: babel warnings, remove unneeded babel config by @ckifer in https://github.com/recharts/recharts/pull/3090
- Eslint: Update dependencies and remove redundant rule setup by @nikolasrieble in https://github.com/recharts/recharts/pull/3088
- Developer Experience: Add PR Template by @nikolasrieble in https://github.com/recharts/recharts/pull/3109
- fix: rename pr template by @ckifer in https://github.com/recharts/recharts/pull/3112
jest migration
- BarChart: Finish migration of test to jest by @nikolasrieble in https://github.com/recharts/recharts/pull/3111
- AreaChart: Remove duplicate tests and fix eslint setup by @nikolasrieble in https://github.com/recharts/recharts/pull/3106
- refactor: begin refactor to jest while continuing to run tests in karma by @ckifer in https://github.com/recharts/recharts/pull/3086
- test: refactor and fix piechart jest tests by @ckifer in https://github.com/recharts/recharts/pull/3100
New Contributors
- @neefrehman made their first contribution in https://github.com/recharts/recharts/pull/3108
- @manudeli made their first contribution in https://github.com/recharts/recharts/pull/3119
- @montoyaaguirre made their first contribution in https://github.com/recharts/recharts/pull/3129
- @turculaurentiu91 made their first contribution in https://github.com/recharts/recharts/pull/3130
Full Changelog: https://github.com/recharts/recharts/compare/v2.2.0...v2.3.0-alpha.0