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