Skip to content

Commit

Permalink
build 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcthur committed Aug 10, 2021
1 parent 2093a6b commit 8da1b74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 2.0.10 (jul 13, 2021)
## 2.1.0 (aug 10, 2021)

### feat

- Wrap ResponsiveContainer with forwardRef

### fix

- Fix for recharts issue #1787
- Add chart type to tooltip payload
## 2.0.10 (jul 13, 2021)
### feat

- Feat: Allow automated axis padding for "gap" and "no-gap" for barcharts with continuous axis #2457
Expand Down
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.0.10",
"version": "2.1.0",
"description": "React charts",
"main": "lib/index",
"module": "es6/index",
Expand Down

0 comments on commit 8da1b74

Please sign in to comment.