Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: chore: release 2.3.4 #2145

Merged
merged 2 commits into from
Dec 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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