From b046c2385c1c4e964f180c57ee417ea99fc09be7 Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Thu, 31 Mar 2022 11:41:08 +0800 Subject: [PATCH] chore: v2.4.14 (#3169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(mix): mix 复合图表支持统一在顶层配置,增加 top、slider、annotations 等属性配置 * docs(mix): 完善文档,增加定制股票图 demo: https://g2plot.an tv.vision/zh/examples/plugin/multi-view#customized-stock * chore: v2.4.14 & changelog --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3194dd4873..6bdb90e702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +#### 2.4.14 (2022-03-31) + +##### Chores + +* v2.4.13 & changelog ([#3164](https://github.com/antvis/G2plot/pull/3164)) ([689f8d83](https://github.com/antvis/G2plot/commit/689f8d83ca45ccf67e05b0edff57c6a22ed888a7)) + + +##### Documentation Changes + +* **mix:** 完善文档,增加定制股票图 demo: https://g2plot.an tv.vision/zh/examples/plugin/multi-view#customized-stock ([fc41099c](https://github.com/antvis/G2plot/commit/fc41099c99690e4d5d5e76275033cd9797c0de1f)) + +##### New Features + +* **mix:** + * mix 复合图表支持统一在顶层配置,增加 top、slider、annotations 等属性配置 ([b2e6b96c](https://github.com/antvis/G2plot/commit/b2e6b96cb3bb0c5cbbaf773ae0aa357ded8388f6)) + #### 2.4.13 (2022-03-28) ##### Chores diff --git a/package.json b/package.json index 5b61e600db..9c4d786bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.13", + "version": "2.4.14", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index b58c231215..563d0a2ad0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.13'; +export const version = '2.4.14'; // G2 自定义能力透出 import * as G2 from '@antv/g2';