Skip to content

Commit

Permalink
chore: v2.4.6 & changelog (#3066)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky authored Jan 4, 2022
1 parent c867afb commit 5c7c747
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.6 (2022-01-04)

##### Documentation Changes

* 增加 axis title api 说明 ([#3065](https://github.com/antvis/G2plot/pull/3065)) ([f0a8cc33](https://github.com/antvis/G2plot/commit/f0a8cc33c2bb61bd860ba3b7fb3743c3c1d42d15))

##### New Features

* **scatter:** 散点图气泡图添加 slider 缩略轴 scrollbar 滚动条 配置 ([#3064](https://github.com/antvis/G2plot/pull/3064)) ([c867afb0](https://github.com/antvis/G2plot/commit/c867afb007a431a5529e35a56ab888fdec50e31f))
* 增加 sortZIndex 参数 ([#3060](https://github.com/antvis/G2plot/pull/3060)) ([e16d29d1](https://github.com/antvis/G2plot/commit/e16d29d17dbd69d94b5c448d5db1be7979b0227c))

#### 2.4.5 (2021-12-28)

##### 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.4.5",
"version": "2.4.6",
"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.5';
export const version = '2.4.6';

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

0 comments on commit 5c7c747

Please sign in to comment.