Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Dec 29, 2020
1 parent 22c3ac2 commit 98ddefb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- fix Props of XAxis, fix #2128
- export Props of components, fix #2319, #2156, #2203
- Fix typo, getRectangePath -> getRectanglePath in Rectangle
- Allow Duplicated Category for bar charts not using correct entries for custom tool tips
- Fixing typescript array coalesce
- allow Duplicated Category for bar charts not using correct entries for custom tool tips
- fixing typescript array coalesce
- fix types error of sankey, fix #2280
- Fixed SVG path for pie charts when corner radius is set to a value other than zero (#2331)

Expand All @@ -19,7 +19,7 @@
- add `breakAll` props to `<Text />` to allow break all for chinese
- fix width of labelList in Funnel; fix #2056, #1866
- support range RadarChart and add props `connectNulls` to <Radar />, fix #1890
- Add ability to pass in custom legend icon.
- add ability to pass in custom legend icon.

### deps

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.0-beta.8",
"version": "2.0.0",
"description": "React charts",
"main": "lib/index",
"module": "es6/index",
Expand Down

0 comments on commit 98ddefb

Please sign in to comment.