Skip to content

Commit 20d4b8e

Browse files
authored
chore: v2.4.16 & changelog (#3191)
1 parent a9b1946 commit 20d4b8e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#### 2.4.16 (2022-04-22)
2+
3+
##### Chores
4+
5+
* **website:** remove data-set & add bundle-analyser ([#3175](https://github.com/antvis/G2plot/pull/3175)) ([2c2a6c5e](https://github.com/antvis/G2plot/commit/2c2a6c5eeb606bd853ca347c5d3284984fa01440))
6+
7+
##### Documentation Changes
8+
9+
* 补全 scale 和 axis 文档 ([f3c4a4d7](https://github.com/antvis/G2plot/commit/f3c4a4d7dc734e0eb5fc18e1fd5df7ebd453dd1a))
10+
* **mix:** 增加 mix demo 和文档说明 ([#3176](https://github.com/antvis/G2plot/pull/3176)) ([7295dbf6](https://github.com/antvis/G2plot/commit/7295dbf6f8d997f35e1ea0a04a5e24419200bf9e))
11+
12+
##### New Features
13+
14+
* support useDeferredLabel to improve performance ([#3190](https://github.com/antvis/G2plot/pull/3190)) ([a9b19463](https://github.com/antvis/G2plot/commit/a9b19463b6260415d906e87d994f0e0cfc1e9664))
15+
16+
##### Bug Fixes
17+
18+
* 勘误-百分比条形图 ([#3183](https://github.com/antvis/G2plot/pull/3183)) ([41f2ed2d](https://github.com/antvis/G2plot/commit/41f2ed2d93e55be35f34a2b924674fc95e723c4c))
19+
120
#### 2.4.15 (2022-04-01)
221

322
##### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2plot",
3-
"version": "2.4.15",
3+
"version": "2.4.16",
44
"description": "An interactive and responsive charting library",
55
"keywords": [
66
"chart",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const version = '2.4.15';
1+
export const version = '2.4.16';
22

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

0 commit comments

Comments
 (0)