Skip to content

Commit

Permalink
chore: v4.2.6 & changelog (#4066)
Browse files Browse the repository at this point in the history
Co-authored-by: ai-qing-hai <wb-xcf804241@antgroup.com>
  • Loading branch information
ai-qing-hai and ai-qing-hai committed Aug 4, 2022
1 parent 4beec7b commit de0d7e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 4.2.6 (2022-08-04)

##### Documentation Changes
- **md:** 更新钉钉群号 ([#4048](https://github.com/antvis/G2/pull/4048)) ([165747a](https://github.com/antvis/G2/pull/4048/commits/165747adc4c5f596921b8231d62e36ecb2c42ff2))

##### Bug Fixes

- **label:** label 可以配置 是否支持捕获 ([#4064](https://github.com/antvis/G2/pull/4064)) ([7ff3941](https://github.com/antvis/G2/pull/4064/commits/7ff39416cfd6d1b142bf96264fea58a3b6af41f6))
- **toolitp:** 增加 tooltip marker 回调,以和 point 的不同形状保持一致 ([#4039](https://github.com/antvis/G2/pull/4039)) ([7b16ce7](https://github.com/antvis/G2/pull/4039/commits/7b16ce725da38e74703949c69b1cf458d316aaea))
- **annotation:** 修复 annotation shape/regionFilter 在 geometries 没有动画没有渲染的问题 ([#4035](https://github.com/antvis/G2/pull/4035)) ([dcb8cf4](https://github.com/antvis/G2/pull/4035/commits/dcb8cf4e0f37c5289c719545e922e8fd5340cc84))


#### 4.2.5 (2022-07-06)

##### 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/g2",
"version": "4.2.5",
"version": "4.2.6",
"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.2.5';
export const VERSION = '4.2.6';

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

0 comments on commit de0d7e7

Please sign in to comment.