Skip to content

Commit a2dc425

Browse files
chore: change log (#6601)
1 parent f437ad5 commit a2dc425

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [5.2.11](https://github.com/antvis/g2/compare/5.2.10...5.2.11) (2025-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* g版本升级,supportsCSSTransform=true是默认设置 ([#6567](https://github.com/antvis/g2/issues/6567)) ([21efda5](https://github.com/antvis/g2/commit/21efda5572d207d9a9309417ace1acaee2ff2ead))
7+
* heatmap render error ([#6557](https://github.com/antvis/g2/issues/6557)) ([b9ca90b](https://github.com/antvis/g2/commit/b9ca90baa8a25d58bb1c25edd6f594ce44839b41))
8+
* overflowHide error in some case ([#6597](https://github.com/antvis/g2/issues/6597)) ([d67f6df](https://github.com/antvis/g2/commit/d67f6df64cc8a46ddcb01612951c8ed43aa1d50f))
9+
10+
11+
### Features
12+
13+
* add helix coordinate and related examples/tests ([#6545](https://github.com/antvis/g2/issues/6545)) ([48dcd69](https://github.com/antvis/g2/commit/48dcd69b0dd832b69ea8907b5cc1b850a1fcf148))
14+
* add petercat ([#6579](https://github.com/antvis/g2/issues/6579)) ([8a310b7](https://github.com/antvis/g2/commit/8a310b71338712679cff192a1b955130a1460790)), closes [#6587](https://github.com/antvis/g2/issues/6587)
15+
* use @antv/vendor to replace d3 package ([#6594](https://github.com/antvis/g2/issues/6594)) ([dac27dd](https://github.com/antvis/g2/commit/dac27dd3c6cb5f4cd081322d417c9685921aa4b3))
16+
17+
18+
119
## [5.2.10](https://github.com/antvis/g2/compare/5.2.9...5.2.10) (2024-12-10)
220

321

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2",
3-
"version": "5.2.10",
3+
"version": "5.2.11",
44
"description": "the Grammar of Graphics in Javascript",
55
"license": "MIT",
66
"main": "lib/index.js",
@@ -165,4 +165,4 @@
165165
"bugs": {
166166
"url": "https://github.com/antvis/g2/issues"
167167
}
168-
}
168+
}

0 commit comments

Comments
 (0)