Skip to content

Commit

Permalink
chore: v2.4.27 & changelog (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Mar 16, 2023
1 parent dc6679f commit 984dd2e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#### 2.4.27 (2023-03-16)

##### Chores

* upgrade typescript to v4 ([#3488](https://github.com/antvis/G2plot/pull/3488)) ([0e7530d1](https://github.com/antvis/G2plot/commit/0e7530d1257de697e872cad4b79fbed43aeeeda2))

##### New Features

* **custom shape:** support custom shape for area/waterfall/radial-bar/rose/sunburst plot ([#3495](https://github.com/antvis/G2plot/pull/3495)) ([65067713](https://github.com/antvis/G2plot/commit/650677134ffb4cf40148b21f173bfc323513a8da))

##### Bug Fixes

* **column:** 修复柱状图拆分维度为空字符串时,错误显示了 xField 作为 title 的问题 ([#3494](https://github.com/antvis/G2plot/pull/3494)) ([dc6679ff](https://github.com/antvis/G2plot/commit/dc6679ffb9bca7374f64d1df11e0e5a87c909894))

#### 2.4.26 (2023-03-03)

##### Documentation Changes
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.26",
"version": "2.4.27",
"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.26';
export const version = '2.4.27';

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

0 comments on commit 984dd2e

Please sign in to comment.