Skip to content

Commit dcd27ec

Browse files
authored
chore: v4.2.10 (#4776)
1 parent c717014 commit dcd27ec

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#### 4.2.10 (2023-03-16)
2+
3+
##### Bug Fixes
4+
5+
* **interval:** 设置backgroundShape capture 为 true, 避免交互时被捕捉(如 element-selected) ([#4714](https://github.com/antvis/g2/pull/4714)) ([c717014d](https://github.com/antvis/g2/commit/c717014dfa8220635ded10c966f5bd577212ce96))
6+
* **animate:** 部分动画覆盖 callback 配置导致外部的 callback 配置失效 ([#4678](https://github.com/antvis/g2/pull/4678)) ([9d1a25f1](https://github.com/antvis/g2/commit/9d1a25f15ba2cca594ee57d817a8f05ce5a80e60))
7+
* 修复 sibling-x-filter,sibling-y-filter 过滤全部数据的问题 ([#4617](https://github.com/antvis/g2/pull/4617)) ([bc57583f](https://github.com/antvis/g2/commit/bc57583f8c2ac9e36d2fb0c8e444a192f8ce3267))
8+
19
#### 4.2.9 (2023-02-02)
210

311
##### New Features

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.2.9",
3+
"version": "4.2.10",
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.2.9';
3+
export const VERSION = '4.2.10';
44

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

0 commit comments

Comments
 (0)