From 984dd2e62aa0d56a391db4f20afbb1cc5dea88fb Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Thu, 16 Mar 2023 14:41:56 +0800 Subject: [PATCH] chore: v2.4.27 & changelog (#3497) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3c1e6f13..a9f1691e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 39324fa4e3..3ab0760238 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.26", + "version": "2.4.27", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index 6551aaca60..b90a99954f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.26'; +export const version = '2.4.27'; // G2 自定义能力透出 import * as G2 from '@antv/g2';