Skip to content

Commit

Permalink
chore: update version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paleface001 committed Apr 22, 2020
1 parent 5d6eae2 commit 92e2e06
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## <small>1.0.4 (2020-04-22)
- 🌟 auto label for Column and Bar chart([be2eaa1](https://github.com/antvis/G2Plot/commit/be2eaa1))
- 🌟 auto label for Area chart([597b667](https://github.com/antvis/G2Plot/commit/597b667))
- 🌟 customize tooltip([e8ec027](https://github.com/antvis/G2Plot/commit/e8ec027))
- 🌟 mobile events and gesture([b4a8d47](https://github.com/antvis/G2Plot/commit/b4a8d47))
- 🌟 timeline component for Scatter and Bubble Chart([ec4f686](https://github.com/antvis/G2Plot/commit/ec4f686))
- 🐞 fix: correct label position for negative data([02b4347](https://github.com/antvis/G2Plot/commit/02b4347))
- 🐞 fix: donut disable tooltip condition([1d25d85](https://github.com/antvis/G2Plot/commit/1d25d85))
- 🐞 fix: 辅助数据点无法显示([00041a0](https://github.com/antvis/G2Plot/commit/00041a0))
- 🐞 fix: title position error([23aab7c](https://github.com/antvis/G2Plot/commit/23aab7c))
- 🐞 fix: liquid statistic visibility([5d6eae2](https://github.com/antvis/G2Plot/commit/5d6eae2))

## <small>1.0.3 (2020-03-31)
- 🌟 MarkerPoint componnet for Line Chart([055ca32](https://github.com/antvis/G2Plot/commit/055ca32))
- 🌟 Pie Chart label support adjustPosition config([75e323c](https://github.com/antvis/G2Plot/commit/75e323c))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2plot",
"version": "1.0.3",
"version": "1.0.4",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down

0 comments on commit 92e2e06

Please sign in to comment.