Skip to content

Commit

Permalink
chore: v4.1.22 & changelog (#3541)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky authored Jul 28, 2021
1 parent 1b0fdb3 commit b3b1b48
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 4.1.22 (2021-07-28)

##### New Features

* **legend:** 图例支持多行分页 ([#3540](https://github.com/antvis/g2/pull/3540)) ([1b0fdb36](https://github.com/antvis/g2/commit/1b0fdb3636ba8f87b05e7dae3a8cb63e149a7539))
* **range-highlight:** 为区间高亮增加 events 事件 ([#3536](https://github.com/antvis/g2/pull/3536)) ([6fb9d901](https://github.com/antvis/g2/commit/6fb9d901b10004b8583075d13774188be125ad65))

#### 4.1.21 (2021-07-21)

##### Chores
Expand Down
3 changes: 1 addition & 2 deletions examples/other/other/demo/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@
"zh": "小提琴图",
"en": "Violin"
},
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/yGORr93CtR/fc2a1cf0-ce14-4558-b326-b59c37b3d7e9.png",
"new": true
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/yGORr93CtR/fc2a1cf0-ce14-4558-b326-b59c37b3d7e9.png"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
"version": "4.1.21",
"version": "4.1.22",
"description": "the Grammar of Graphics in Javascript",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* G2 的一个壳子,不包含 Geometry,由开发者自己定义和引入 */

export const VERSION = '4.1.21';
export const VERSION = '4.1.22';

// 核心基类导出
export { Chart, View, Event } from './chart'; // Chart, View 类
Expand Down

0 comments on commit b3b1b48

Please sign in to comment.