mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 11:48:29 +08:00
upblish 2.0.3
This commit is contained in:
parent
5f4d5de760
commit
417278807e
17
CHANGELOG.md
17
CHANGELOG.md
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@ -1 +1 @@
|
||||
module.exports = '2.0.3-beta.1';
|
||||
module.exports = '2.0.3';
|
||||
|
Loading…
Reference in New Issue
Block a user