From d507b92efb2822ff053a5ab7d847a9765164b682 Mon Sep 17 00:00:00 2001 From: simaQ Date: Thu, 26 Jul 2018 22:05:43 +0800 Subject: [PATCH] publish 3.1.16 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- src/global.js | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebcd8f51b..b0b7ce2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +#### 3.1.16 (2018-07-26) + +##### New Features + +* appendPadding support Array, just like padding. Closed [#195](https://github.com/antvis/f2/pull/195)。 ([606c996c](https://github.com/antvis/f2/commit/606c996cff6847cf621fa7ab2fbb866b6bc55bd4)) + +##### Bug Fixes + +* Guarantee the accuracy of the trigger point coordinates. Closed [#210](https://github.com/antvis/f2/pull/210) ([db3d25c8](https://github.com/antvis/f2/commit/db3d25c8ffb284a211775c5775bed29a16e3e1e5)) +* when set chart.legend(false), chart.getLegendItems() return empty. Closed [#190](https://github.com/antvis/f2/pull/190). ([c75fdb82](https://github.com/antvis/f2/commit/c75fdb82097f9532d7c90d6fdafa89b32edcbaf9)) + #### 3.1.15 (2018-07-12) ##### Bug Fixes diff --git a/package.json b/package.json index ecc708f4e..a2ed7e7ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/f2", - "version": "3.1.15", + "version": "3.1.16", "description": "Charts for mobile visualization.", "keywords": [ "f2", diff --git a/src/global.js b/src/global.js index c8eabb965..7bd60d393 100644 --- a/src/global.js +++ b/src/global.js @@ -5,7 +5,7 @@ const Util = require('./util/common'); * @class 全局配置项 */ const Global = { - version: '3.1.15', + version: '3.1.16', trackable: true, // 预先定义的度量 scales: {