From 5c7c747968b01286bbcd2fd46041498e2fb5a7a2 Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Tue, 4 Jan 2022 21:03:45 +0800 Subject: [PATCH] chore: v2.4.6 & changelog (#3066) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286e443bd6..992bb3313a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +#### 2.4.6 (2022-01-04) + +##### Documentation Changes + +* 增加 axis title api 说明 ([#3065](https://github.com/antvis/G2plot/pull/3065)) ([f0a8cc33](https://github.com/antvis/G2plot/commit/f0a8cc33c2bb61bd860ba3b7fb3743c3c1d42d15)) + +##### New Features + +* **scatter:** 散点图气泡图添加 slider 缩略轴 scrollbar 滚动条 配置 ([#3064](https://github.com/antvis/G2plot/pull/3064)) ([c867afb0](https://github.com/antvis/G2plot/commit/c867afb007a431a5529e35a56ab888fdec50e31f)) +* 增加 sortZIndex 参数 ([#3060](https://github.com/antvis/G2plot/pull/3060)) ([e16d29d1](https://github.com/antvis/G2plot/commit/e16d29d17dbd69d94b5c448d5db1be7979b0227c)) + #### 2.4.5 (2021-12-28) ##### New Features diff --git a/package.json b/package.json index b3e25a86e9..677f99b1b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.5", + "version": "2.4.6", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index 8813ab1718..6052600781 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.5'; +export const version = '2.4.6'; // G2 自定义能力透出 import * as G2 from '@antv/g2';