Skip to content

Commit

Permalink
Version 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Oct 12, 2016
1 parent 5dbfb9d commit 9cb77d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
## 0.15.2 (Oct 13, 2016)

### Fix

- support empty margin in generateCategoricalChart
- fix the label of RadialBarChart
- fix the bug of <Text>{0}</Text>
- fix the bug of ScatterChart when margin lose some attributes

### Feat

- support maxBarSize in BarChart and Bar
- support fill in CartesianGrid

### Refactor

- simplify the calculation of width and height when specified aspect

## 0.15.1 (Sep 26, 2016)

### fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "recharts",
"version": "0.15.1",
"version": "0.15.2",
"description": "React charts",
"main": "lib/index",
"jsnext:main": "es6/index",
Expand Down

0 comments on commit 9cb77d6

Please sign in to comment.