Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcthur committed Dec 8, 2022
1 parent 808d60b commit 65d4ee4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.2.0 (Dec 8, 2022)
### feat
- Support keyboard navigation in pie chart (#2923)
- Allow reversing the tooltip direction (#3056)
### fix
- fix rounding leading to hairline gaps (#3075)
- fix: do not override zero brush end index (#3076)
- fix: allow dragging brush when the mouse is outside (#3072)
- fix: add label type to line props (#3068)
- Ensure LabelList generic extends Data interface (#2954)

## 2.1.16 (Oct 29, 2022)

### fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recharts",
"version": "2.1.16",
"version": "2.2.0",
"description": "React charts",
"main": "lib/index",
"module": "es6/index",
Expand Down

0 comments on commit 65d4ee4

Please sign in to comment.