diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f2025fa4..cf1246ec41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +#### 2.4.16 (2022-04-22) + +##### Chores + +* **website:** remove data-set & add bundle-analyser ([#3175](https://github.com/antvis/G2plot/pull/3175)) ([2c2a6c5e](https://github.com/antvis/G2plot/commit/2c2a6c5eeb606bd853ca347c5d3284984fa01440)) + +##### Documentation Changes + +* 补全 scale 和 axis 文档 ([f3c4a4d7](https://github.com/antvis/G2plot/commit/f3c4a4d7dc734e0eb5fc18e1fd5df7ebd453dd1a)) +* **mix:** 增加 mix demo 和文档说明 ([#3176](https://github.com/antvis/G2plot/pull/3176)) ([7295dbf6](https://github.com/antvis/G2plot/commit/7295dbf6f8d997f35e1ea0a04a5e24419200bf9e)) + +##### New Features + +* support useDeferredLabel to improve performance ([#3190](https://github.com/antvis/G2plot/pull/3190)) ([a9b19463](https://github.com/antvis/G2plot/commit/a9b19463b6260415d906e87d994f0e0cfc1e9664)) + +##### Bug Fixes + +* 勘误-百分比条形图 ([#3183](https://github.com/antvis/G2plot/pull/3183)) ([41f2ed2d](https://github.com/antvis/G2plot/commit/41f2ed2d93e55be35f34a2b924674fc95e723c4c)) + #### 2.4.15 (2022-04-01) ##### New Features diff --git a/package.json b/package.json index 7477518459..2fa5f2b5d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.15", + "version": "2.4.16", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index 3670690679..fc9f024898 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.15'; +export const version = '2.4.16'; // G2 自定义能力透出 import * as G2 from '@antv/g2';