docs: update changelog & version nnumber

This commit is contained in:
chenluli 2020-08-14 13:45:29 +08:00 committed by Yanyan Wang
parent f2c4a78dd7
commit 23c52bd295
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# ChangeLog
#### 3.6.1-beta
- chore: update g-canvas to support quickHit and pruning the rendering of the graph outside the viewport;
- feat: add statistical chart nodes;
- feat: add hull for create smooth contour to include specific items;
- fix: clear combos before render;
- fix: menu plugin with clickHandler problem.
#### 3.6.1
- feat: image minimap;
- feat: visible can be controlled in the data;

View File

@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "3.6.1",
"version": "3.6.1-beta",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
@ -129,4 +129,4 @@
"webpack-cli": "^3.3.10",
"worker-loader": "^2.0.0"
}
}
}

View File

@ -1,5 +1,5 @@
export default {
version: '3.6.1',
version: '3.6.1-beta',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',