mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 10:48:24 +08:00
docs: update changelog & version nnumber
This commit is contained in:
parent
f2c4a78dd7
commit
23c52bd295
@ -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;
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
version: '3.6.1',
|
||||
version: '3.6.1-beta',
|
||||
rootContainerClassName: 'root-container',
|
||||
nodeContainerClassName: 'node-container',
|
||||
edgeContainerClassName: 'edge-container',
|
||||
|
Loading…
Reference in New Issue
Block a user