Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
#### 2.4.33 (2025-04-03)

##### Chores

* update contact ([#3809](https://github.com/antvis/G2plot/pull/3809)) ([0b5a9af6](https://github.com/antvis/G2plot/commit/0b5a9af69eb285bf138880eee3f8add2efc647ff))
* update github action ([#3608](https://github.com/antvis/G2plot/pull/3608)) ([90020297](https://github.com/antvis/G2plot/commit/90020297669dbe0d213ebae7abebf3f7d9509ec8))
* fix customized stock demo typo ([#3564](https://github.com/antvis/G2plot/pull/3564)) ([99b9f638](https://github.com/antvis/G2plot/commit/99b9f63863684dc592f79388c99888c5d24184bd))
* 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))

##### Documentation Changes

* update readme ([#3757](https://github.com/antvis/G2plot/pull/3757)) ([3725803e](https://github.com/antvis/G2plot/commit/3725803e982e7b4eb6595742462afbc23172ea76))
* fix link ([#3514](https://github.com/antvis/G2plot/pull/3514)) ([0f570eb0](https://github.com/antvis/G2plot/commit/0f570eb085612910651cd9cd57b3c95cea97a1db))
* Fix a few typos ([#3525](https://github.com/antvis/G2plot/pull/3525)) ([ce615a2a](https://github.com/antvis/G2plot/commit/ce615a2a17fae845fd6badf044491447a713cb90))

##### Bug Fixes

* 提供 customMappingField 能力,只对 color 生效 ([#3850](https://github.com/antvis/G2plot/pull/3850)) ([fd751a1a](https://github.com/antvis/G2plot/commit/fd751a1a5edb436dd5cf8c21e162cf9747c6dc2d))
* thumbnail of dual-axes are out of sync ([#3821](https://github.com/antvis/G2plot/pull/3821)) ([e2aa10ce](https://github.com/antvis/G2plot/commit/e2aa10ce861a5394e6e30a3916f786d1da033294))
* line,area,radar label style with callback ([#3805](https://github.com/antvis/G2plot/pull/3805)) ([97223f06](https://github.com/antvis/G2plot/commit/97223f062870ad10f65e008c4039b38126c44e5e))

##### Other Changes

* 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))
* **demo:** heatmap-base parameter error ([#3679](https://github.com/antvis/G2plot/pull/3679)) ([bd6af004](https://github.com/antvis/G2plot/commit/bd6af0044efe869b503c2d388adac8326d1e6f31))

#### 2.4.32 (2024-07-30)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2plot",
"version": "2.4.32",
"version": "2.4.33",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '2.4.32';
export const version = '2.4.33';

// G2 自定义能力透出
import * as G2 from '@antv/g2';
Expand Down
Loading