Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
weepy3641 committed Sep 25, 2018
1 parent 27a048b commit 62abe7f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
39 changes: 32 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,37 @@
### 3.2.3-beta.3(2018-9-11)
### 3.2.3(2018-9-25)
#### G2 version 3.2.8
#### New features
- add chart forceUpdate prop.
* add chart forceUpdate prop.
* add animate false test lib

* chore(dev): coord as an interval dependency
* chore(dev): upgrade babel
* chore(dev): upgrade dataset, support grouped KED transform
* feat(geom): support dodge adjust for violin geom
* feat(geom): support violin
* feat(geom): violin geom supports smooth/smoothHollow shapes
* feat(guide): add start,end support
* refactor(arc): sort out codes related to Math
* refactor(polar): add endAngle until endAngle > startAngle

### 3.2.3-beta.2
#### add animate false test lib

### 3.2.3-beta.1
#### G2 version 3.2.8-beta.3
#### bug fix
* fix(Global): G2.Global.animate setting is not working,
* fix(arc): fix unable to draw circle
* fix(arc): when start and end is equal, it should not be a circle
* fix(chart): getSnapRecords for points.
* fix(dev): upgrade babel preset env for torchjs
* fix(label): modify unit tests of label rotation
* fix(label): stop setting rotation in attr(), use shape.transform instead
* fix(legend):field option error
* fix(liquidfill): clip shape should not be added into group
* fix(polar): add endAngle until endAngle > startAngle
* fix(polar): avoid possible exception when startAngle > endAngle
* fix: add unit test of Polar coord when startAngle > endAngle
* fix: add unit test of drawing arc
* fix: modify test case accordingly
* fix: resume origin code of direction
* fix: 修复shared为false,tooltip不随动的bug
* fix: 修改tooltip方法,旧的存在bug,导致typscript报错,无法使用第一个方法。

### 3.2.2
#### G2 version 3.2.7
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": "bizcharts",
"version": "3.2.3-beta.4",
"version": "3.2.3",
"description": "A powerful React chart library based G2 for browser",
"main": "umd/BizCharts.js",
"browser": "umd/BizCharts.js",
Expand Down

0 comments on commit 62abe7f

Please sign in to comment.