Skip to content

Commit 3447dc9

Browse files
committed
chore: 更新版本
1 parent fd751a1 commit 3447dc9

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
#### 2.4.33 (2025-04-03)
2+
3+
##### Chores
4+
5+
* update contact ([#3809](https://github.com/antvis/G2plot/pull/3809)) ([0b5a9af6](https://github.com/antvis/G2plot/commit/0b5a9af69eb285bf138880eee3f8add2efc647ff))
6+
* update github action ([#3608](https://github.com/antvis/G2plot/pull/3608)) ([90020297](https://github.com/antvis/G2plot/commit/90020297669dbe0d213ebae7abebf3f7d9509ec8))
7+
* fix customized stock demo typo ([#3564](https://github.com/antvis/G2plot/pull/3564)) ([99b9f638](https://github.com/antvis/G2plot/commit/99b9f63863684dc592f79388c99888c5d24184bd))
8+
* update version of @antv/component to 0.8.34 for dist build ([#3545](https://github.com/antvis/G2plot/pull/3545)) ([ec015ea5](https://github.com/antvis/G2plot/commit/ec015ea55490621de20cc2e8cdae872272f3789d))
9+
10+
##### Documentation Changes
11+
12+
* update readme ([#3757](https://github.com/antvis/G2plot/pull/3757)) ([3725803e](https://github.com/antvis/G2plot/commit/3725803e982e7b4eb6595742462afbc23172ea76))
13+
* fix link ([#3514](https://github.com/antvis/G2plot/pull/3514)) ([0f570eb0](https://github.com/antvis/G2plot/commit/0f570eb085612910651cd9cd57b3c95cea97a1db))
14+
* Fix a few typos ([#3525](https://github.com/antvis/G2plot/pull/3525)) ([ce615a2a](https://github.com/antvis/G2plot/commit/ce615a2a17fae845fd6badf044491447a713cb90))
15+
16+
##### Bug Fixes
17+
18+
* 提供 customMappingField 能力,只对 color 生效 ([#3850](https://github.com/antvis/G2plot/pull/3850)) ([fd751a1a](https://github.com/antvis/G2plot/commit/fd751a1a5edb436dd5cf8c21e162cf9747c6dc2d))
19+
* thumbnail of dual-axes are out of sync ([#3821](https://github.com/antvis/G2plot/pull/3821)) ([e2aa10ce](https://github.com/antvis/G2plot/commit/e2aa10ce861a5394e6e30a3916f786d1da033294))
20+
* line,area,radar label style with callback ([#3805](https://github.com/antvis/G2plot/pull/3805)) ([97223f06](https://github.com/antvis/G2plot/commit/97223f062870ad10f65e008c4039b38126c44e5e))
21+
22+
##### Other Changes
23+
24+
* the default value of isPercent option should be false ([#3725](https://github.com/antvis/G2plot/pull/3725)) ([bdc1342e](https://github.com/antvis/G2plot/commit/bdc1342e3cc8a71d8cb1284acec9299b64648774))
25+
* **demo:** heatmap-base parameter error ([#3679](https://github.com/antvis/G2plot/pull/3679)) ([bd6af004](https://github.com/antvis/G2plot/commit/bd6af0044efe869b503c2d388adac8326d1e6f31))
26+
127
#### 2.4.32 (2024-07-30)
228

329
##### Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2plot",
3-
"version": "2.4.32",
3+
"version": "2.4.33",
44
"description": "An interactive and responsive charting library",
55
"keywords": [
66
"chart",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const version = '2.4.32';
1+
export const version = '2.4.33';
22

33
// G2 自定义能力透出
44
import * as G2 from '@antv/g2';

0 commit comments

Comments
 (0)