Skip to content

Commit 55e850f

Browse files
author
荊芥
committed
chore: update to 4.0.13
1 parent f7d9e1f commit 55e850f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### 4.0.13 (2025-09-18)
2+
3+
##### Bug Fixes
4+
5+
- 修复 interaction 内存在子视图时图元的获取 ([#7134](https://github.com/antvis/g2/pull/7134)) ([f7d9e1f2](https://github.com/antvis/g2/commit/f7d9e1f2b1702d6534fe592c298bebb14f8b5ac5))
6+
- undefined tooltip element ([#5835](https://github.com/antvis/g2/pull/5835)) ([#5836](https://github.com/antvis/g2/pull/5836)) ([52a59556](https://github.com/antvis/g2/commit/52a595569e82021ac01d3ac714b0791cecedb32d))
7+
- 修复[#2279](https://github.com/antvis/g2/pull/2279) canvas resize 之后 tooltip 越界的问题 ([#2615](https://github.com/antvis/g2/pull/2615)) ([31bd0d01](https://github.com/antvis/g2/commit/31bd0d0121ededffcff9cef1dee4d1c57ab8ec65))
8+
9+
##### Refactors
10+
11+
- 删除不必要的代码 ([#2607](https://github.com/antvis/g2/pull/2607)) ([61153676](https://github.com/antvis/g2/commit/6115367677297415755512e2c4bec649988fab40))
12+
113
#### 4.0.12 (2020-06-24)
214

315
##### Chores
@@ -186,7 +198,6 @@
186198
| ![2020-03-22 18-17-49.2020-03-22 18_20_32.gif](https://user-images.githubusercontent.com/6628666/77248451-62558780-6c74-11ea-951e-02d5ed652edf.gif) | ![image.png](https://user-images.githubusercontent.com/6628666/77175281-55faee80-6afd-11ea-9703-4f501aec74dc.png) |
187199
| --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
188200

189-
190201
##### Documentation Changes
191202

192203
- 更新事件、交互以及 FAQ 文档

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2",
3-
"version": "4.0.12",
3+
"version": "4.0.13",
44
"description": "the Grammar of Graphics in Javascript",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* G2 的一个壳子,不包含 Geometry,由开发者自己定义和引入 */
22

3-
export const VERSION = '4.0.12';
3+
export const VERSION = '4.0.13';
44

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

0 commit comments

Comments
 (0)