upblish 2.0.3

This commit is contained in:
huangtong.ht 2018-06-29 17:36:27 +08:00
parent 5f4d5de760
commit 417278807e
3 changed files with 15 additions and 8 deletions

View File

@ -2,15 +2,22 @@
---
#### 2.0.2 (2018-06-13)
#### 2.0.3
##### New Features
`2018-06-29`
* feat: update g to 3.0.x. Closes #346
* fix: group should use rect intersect box. Close #297
* fix(plugin): dagre edge controlpoints remove start point and end point
* style: remove some annotations
* chore: update torchjs && improve demo name
#### 2.0.2
`2018-06-13`
* chore(plugin): require g6 by src/index
* chore(dev test): remove useless test script
##### Bug Fixes
* fix(plugin) minimap destroy Closes #308
* fix(saveImage) saveImage bug
* fix(event): fix dom coord. Closes #305

View File

@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "2.0.3-beta.1",
"version": "2.0.3",
"description": "graph visualization frame work",
"main": "lib/index.js",
"browser": "build/g6.js",
@ -118,4 +118,4 @@
"engines": {
"node": ">=8.9.0"
}
}
}

View File

@ -1 +1 @@
module.exports = '2.0.3-beta.1';
module.exports = '2.0.3';