Skip to content

Commit

Permalink
feat: chore: release 2.3.4 (#2145)
Browse files Browse the repository at this point in the history
* feat: chore: release 2.3.4

* feat: 新增子弹图 changelog

Co-authored-by: aiyin.lzy <nadia.lzy@antfin.com>
  • Loading branch information
liuzhenying and aiyin.lzy authored Dec 24, 2020
1 parent 5378162 commit c2bdba3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#### 2.3.4 (2020-12-24)

##### Documentation Changes

* improve docs of legend ([#2128](https://github.com/antvis/g2plot/pull/2128))([19e7e1c](https://github.com/antvis/G2Plot/commit/19e7e1c18280a484e25f9966392ec4983099d461))
* fix 404 links ([#2132](https://github.com/antvis/g2plot/pull/2132)) ([7394274](https://github.com/antvis/G2Plot/commit/739427420d796e201310403edff27b1a56edc701))

##### New Features

* **donut:** can enable statistic and tooltip meanwhile([#2127](https://github.com/antvis/g2plot/pull/2127)) ([5a8c85d](https://github.com/antvis/G2Plot/commit/5a8c85dc2315398c1c5b27f635170636a346fa79))
* **bullet:** add default label layout([#2141](https://github.com/antvis/G2Plot/pull/2141)) ([5378162](https://github.com/antvis/G2Plot/commit/53781623e4f4c04b1ee9af1c8cd4def7ee52c8b7))


##### Bug Fixes

* **funnel:** fix funnel crash when data contains null, 0([#2138](https://github.com/antvis/G2Plot/pull/2138)) ([a318310](https://github.com/antvis/G2Plot/commit/a318310fbd5d87097e9b30a19798640a186dfa43))
* remove all the lib import([#2131](https://github.com/antvis/G2Plot/pull/2131)) ([1753089](https://github.com/antvis/G2Plot/commit/1753089385a69667b7346e73856ec5f7c840f6f7))

#### 2.3.3 (2020-12-18)

##### Documentation Changes
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": "@antv/g2plot",
"version": "2.3.3",
"version": "2.3.4",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '2.3.3';
export const version = '2.3.4';

// G2 自定义能力透出
import * as G2 from '@antv/g2';
Expand Down

0 comments on commit c2bdba3

Please sign in to comment.