Skip to content

Commit 69c44a3

Browse files
authored
chore: v5.2.9 changelog (#6541)
1 parent 9d66375 commit 69c44a3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [5.2.9](https://github.com/antvis/g2/compare/5.2.8...5.2.9) (2024-12-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **label:** correct label selector parameter handling and test case ([#6532](https://github.com/antvis/g2/issues/6532)) ([f8ce4ee](https://github.com/antvis/g2/commit/f8ce4ee574069fe1d36cd0b3cccb152a515af127))
7+
* remove unnecessary structure and update label attributes ([#6538](https://github.com/antvis/g2/issues/6538)) ([9d66375](https://github.com/antvis/g2/commit/9d66375cc42f99c2b35257f77d33938ee0cfaab8))
8+
9+
10+
### Features
11+
12+
* **gauge:** add custom text tooltip support for gauge chart ([#6533](https://github.com/antvis/g2/issues/6533)) ([9e57dfe](https://github.com/antvis/g2/commit/9e57dfe520e98e6d3434df19184e0de02e683297))
13+
* **label:** implement label color inheritance from dependent elements ([#6536](https://github.com/antvis/g2/issues/6536)) ([56c0a3e](https://github.com/antvis/g2/commit/56c0a3ed9b3d5a7cfa17da04bb0851d3e4027c1b))
14+
* **transform:** add exponential smoothing data transform methods ([#6522](https://github.com/antvis/g2/issues/6522)) ([0ec584c](https://github.com/antvis/g2/commit/0ec584cd01332c6431147f759d2163d37831afc9))
15+
16+
17+
118
## [5.2.8](https://github.com/antvis/g2/compare/5.2.6...5.2.8) (2024-10-18)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2",
3-
"version": "5.2.8",
3+
"version": "5.2.9",
44
"description": "the Grammar of Graphics in Javascript",
55
"license": "MIT",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)