Skip to content

Commit

Permalink
chore: v2.4.7 & changelog (#3077)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky authored Jan 14, 2022
1 parent aa01ce3 commit 876ed18
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 2.4.7 (2022-01-14)

##### New Features

* **line:** 折线图支持 scrollbar ([#3076](https://github.com/antvis/G2plot/pull/3076)) ([aa01ce37](https://github.com/antvis/G2plot/commit/aa01ce372d284a48fb27c3c1647336e867650774))
* **legend:** 图例增加 radio 按钮实现正选 focus 功能 ([#3074](https://github.com/antvis/G2plot/pull/3074)) ([27838663](https://github.com/antvis/G2plot/commit/2783866353ba4f5b889068ff5f71d3504a7ace81))

##### Bug Fixes

* **liquid:** 水波图允许关闭动画效果 ([#3075](https://github.com/antvis/G2plot/pull/3075)) ([54900577](https://github.com/antvis/G2plot/commit/54900577849f00e53beb6cddae8d59f9658d97b1))

#### 2.4.6 (2022-01-04)

##### 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.4.6",
"version": "2.4.7",
"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.4.6';
export const version = '2.4.7';

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

0 comments on commit 876ed18

Please sign in to comment.