Skip to content

Commit

Permalink
chore: 2.3.11 (#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Feb 3, 2021
1 parent 0276528 commit ab9b48f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#### 2.3.11 (2021-02-03)

##### Documentation Changes

* 图表组件 api 整理 ([#2290](https://github.com/antvis/g2plot/pull/2290)) ([97c520df](https://github.com/antvis/g2plot/commit/97c520df14d50192fcdda7547e7d26a11dac428a))
* add pyg2plot ([#2284](https://github.com/antvis/g2plot/pull/2284)) ([2a6b76c7](https://github.com/antvis/g2plot/commit/2a6b76c7fc8e8e2aa472b64e6d6bf60906da7580))
* AxisCfg API title.title => title.text ([#2277](https://github.com/antvis/g2plot/pull/2277)) ([067f6b02](https://github.com/antvis/g2plot/commit/067f6b02f06386e56499c488313ee9b1195223b1))

##### New Features

* 双轴图新增 slider ([#2287](https://github.com/antvis/g2plot/pull/2287)) ([0276528d](https://github.com/antvis/g2plot/commit/0276528d10fb5d1eef463c1a138738cf25d476b2))
* **sankey:** add nodeWidth, nodePadding options ([#2295](https://github.com/antvis/g2plot/pull/2295)) ([947889b3](https://github.com/antvis/g2plot/commit/947889b3cbf649721281f848c21bfe0418ed72f0))
* **animation:** 增加动画文档和 demo & 多图层图表支持分 view 动画 ([#2291](https://github.com/antvis/g2plot/pull/2291)) ([9e62cb91](https://github.com/antvis/g2plot/commit/9e62cb91919c46bc7a659a89f3ec0900a765ba8c))

#### 2.3.10 (2021-01-27)
#### New Features

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.10",
"version": "2.3.11",
"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.10';
export const version = '2.3.11';

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

0 comments on commit ab9b48f

Please sign in to comment.