diff --git a/CHANGELOG.md b/CHANGELOG.md index 490d105af0..b582f9bc6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ -## 1.1.2 (2020-05-09) -- 🌟feat: combo series line ([04aa6c7](https://github.com/antvis/G2Plot/commit/04aa6c7)) -- 🌟feat: update customize tooltip configration ([3b5a513](https://github.com/antvis/G2Plot/commit/3b5a513)) -- 🐞fix: pie default radius ([9854cda](https://github.com/antvis/G2Plot/commit/9854cda)) +## 1.1.3 (2020-05-19) +- 🌟feat: line plot label responsive ([3b20a94](https://github.com/antvis/G2Plot/commit/3b20a94)) +- 🌟feat: public method for chart ([b609738](https://github.com/antvis/G2Plot/commit/b609738)) +- 🐞fix: 轴标题配置及padding计算 ([7332d75](https://github.com/antvis/G2Plot/commit/7332d75)) +- 🐞fix: guideline display ([dc4e25a](https://github.com/antvis/G2Plot/commit/dc4e25a)) + +## 1.1.2 (2020-05-09 +🌟feat: combo series line (04aa6c7) +🌟feat: update customize tooltip configration (3b5a513) +🐞fix: pie default radius (9854cda) ## 1.1.1 (2020-05-06) - 🐞fix: chart name typo ([7b2a0b](https://github.com/antvis/G2Plot/commit/7b2a0b0)) diff --git a/package.json b/package.json index 7c1c3eaf4d..d52913d1bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "1.1.2", + "version": "1.1.3", "description": "An interactive and responsive charting library", "keywords": [ "chart", @@ -66,7 +66,7 @@ "@antv/g-base": "~0.4.0", "@antv/g-canvas": "~0.4.0", "@antv/g-svg": "~0.4.0", - "@antv/g2": "~4.0.3", + "@antv/g2": "~4.0.8", "@antv/matrix-util": "~3.1.0-beta.1", "@antv/scale": "~0.3.1", "@antv/util": "~2.0.7",