g6/CHANGELOG.md

761 lines
22 KiB
Markdown
Raw Normal View History

2018-09-27 16:53:33 +08:00
# ChangeLog
#### 3.5.10
- fix: fitView and fitCenter with animate in the initial state;
- fix: dulplicated edges in nodeselectchange event of brush-select;
- fix: triple click and drag canvas problem;
- fix: sync the minZoom and maxZoom in drag-canvas and graph;
- fix: integrate getSourceNeighbors and getTargetNeighbors to getNeighbors(node, type);
- feat: initial x and y for combo data;
- feat: dagre layout supports sortByCombo;
- feat: allow user to disable relayout in collapse-expand-combo behavior;
- feat: dijkstra shortest path lenght algorithm.
#### 3.5.9
- fix: multiple animate update shape for combo;
- fix: removeItem from a combo.
#### 3.5.8
- fix: combo edge problem, issues #1722;
- feat: adjacency matrix algorithm;
- feat: Floyd Warshall shortest path algorithm;
- feat: built-in arrows;
- feat: built-in markers;
- fix: force layout with addItem and relayout;
- fix: create combo with parentId problem;
- feat: allow user to configure the pixelRatio for Canvas;
- chore: update G to resolve the blur canvas problem.
#### 3.5.7
- feat: shouldBegin for click-select behavior;
- feat: graph.getGroup, graph.getContainer, graph.getMinZoom, graph.setMinZoom, graph.getMaxZoom, graph.setMaxZoom, graph.getWidth, graph.getHeight API;
- fix: combo edge dashLine attribute;
- fix: combo collapse and expand with edges problem;
- fix: destroy the tooltip DOMs when destroy the graph;
- fix: unify the shape names for custom node and extended node;
- fix: update the edges after first render with collapsed combos.
#### 3.5.6
- feat: dropCap for intended TreeGraph layout.
#### 3.5.5
2020-06-15 11:25:25 +08:00
- fix: custom node with setState problem;
- fix: validationCombo in drag-combo and drag-node.
#### 3.5.3
- feat: focusItem with animation;
- feat: generate the image url of the full graph by graph.toFullDataUrl;
- fix: graph dispears after being dragged out of the canvas and back;
- fix: the graph cannot be dragged back if it is already out of the view;
- fix: size and radius of the linkPoints problem;
- fix: combo graph with unused state name in comboStateStyles;
- fix: preventDefault in drag-canvas behavior.
#### 3.5.2
- feat: degree algorithm;
- feat: graph.getNodeDegree;
- fix: downloadFullImage changes the matrix of the graph problem;
- fix: circular layout modifies the origin data with infinite hierarchy problem.
#### 3.5.1
- feat: graph.fitCenter to align the graph center to canvas center;
- fix: getType is not a function error occurs when addItem with point;
- fix: checking comboTrees avaiability;
- fix: error occurs when createCombo into the graph without any combos;
- fix: endPoint and startPoint are missing in modelConfig type;
2020-06-02 15:01:57 +08:00
- fix: edge background leads to empty canvas when the autoRotate is false;
- fix: combo state style bug.
#### 3.5.0
- feat: combo and combo layout;
- feat: graph algorithms: DFS, BFS and circle detection;
- feat: add `getNeighbors`, `getSourceNeighbors`, `getTargetNeighbors` methods on Graph and Node;
2020-05-21 11:22:07 +08:00
- feat: add `getID` method on Item;
- fix: All Configuration type declarations are migrated to types folder, refer [here](https://github.com/antvis/G6/commit/3691cb51264df8529f75222147ac3f248b71f2f6?diff=unified#diff-76cf0eb5e3d8032945f1ac79ffc5e815R6);
2020-05-21 13:44:37 +08:00
- fix: Some configuration type declarations have removed the `I` prefix, refer [here](https://github.com/antvis/G6/commit/3691cb51264df8529f75222147ac3f248b71f2f6?diff=unified#diff-aa582974831cee2972b8c96cfcce503aR16);
- feat: Util.getLetterWidth and Util.getTextSize.
#### 3.4.10
- fix: TreeGraphData type with style and stateStyles;
- fix: wrong controlpoint position for bezier curves with getControlPoint.
#### 3.4.9
- fix: transplie d3-force to support IE11.
#### 3.4.8
- feat: update the keyShape type minimap when the node or edge's style is updated;
- fix: problem about switching to another applications or browser menu and then switch back, the drag-canvas does not take effect;
- fix: fix the problem about fail to render the graph when the animate and fitView are true by turn off the animate for rendering temporary;
- fix: curveOffset for arc, quadratic, cubic edge.
2020-04-17 10:07:46 +08:00
#### 3.4.7
- feat: downloadFullImage when the (part of) graph is out of the screen;
- feat: With pre-graph has no layout configurations and no positions in data, calling changeData to change into a new data with positions, results in show the node with positions in data;
- feat: allow user to assign curveOffset and curvePostion for Bezier curves;
- fix: moveTo wrong logic problem;
2020-04-16 15:43:23 +08:00
- fix: removeItem to update the minimap.
2020-04-17 10:07:46 +08:00
#### 3.4.6
- same as 3.4.5, published wrongly.
#### 3.4.5
2020-04-13 10:57:50 +08:00
- feat: background of the label on node or edge;
2020-04-13 10:48:10 +08:00
- feat: better performance of minimap;
- fix: minimap viewport displace problem;
2020-04-13 10:57:50 +08:00
- feat: offset of tooltip;
2020-04-13 10:48:10 +08:00
- fix: the length of the node's name affects the tree layout;
- fix: toFront does not work for svg renderer;
- fix: error occurs when the fontSize is smaller than 12 with svg renderer;
- fix: changeData clears states;
- fix: state does not work when default labelCfg is not assigned.
#### 3.4.4
- feat: background color for downloadImage and toDataURL;
- feat: support configure image for grid plugin;
- fix: initial position for fruchterman layout;
- refactor: clip for image node.
- fix: cubic with only one controlPoint error;
- fix: polyline without L attributes.
2020-03-25 11:25:28 +08:00
#### 3.4.3
- fix: support extends BehaviorOption;
2020-03-25 11:25:28 +08:00
- fix: click-select Behavior support multiple selection using ctrl key.
2020-03-19 16:58:20 +08:00
#### 3.4.2
- feat: zoom-canvas behavior supports hiding non-keyshape elements when scaling canvas;
- refactor: when the second parameter is null, clearItemStates will clear all states of the item;
2020-06-19 18:10:09 +08:00
- fix: [changeData bug](https://github.com/antvis/G6/issues/1323);
- fix: update antv/hierarchy to fix fixedRoot for TreeGraph;
- fix: problem of a graph has multiple polyline edges;
- fix: problem of dagre with controlPoints and loop edges.
2020-03-19 16:58:20 +08:00
#### 3.4.1
- feat: force layout clone original data model to allow the customized properties;
- fix: BehaviorOptions type error;
- fix: fitView the graph with data whose nodes and edges are empty arrays;
- fix: rect node positions are changed after calling graph.changeData;
2020-03-18 19:16:10 +08:00
- fix: drag behavior is disabled when the keys are released invalidly;
- refactor: update G and the fill of custom arrow should be assigned by user.
#### 3.4.0
- feat: SVG renderer;
- refactor: new state mechanism with multiple values, sub graphics shape style settings.
#### 3.3.7
- feat: beforeaddchild and afteraddchild emit for TreeGraph;
- feat: built-in nodes' labels can be captured;
- fix: drag shadow caused by localRefresh, update the g-canvas version;
- fix: abnormal polyline bendding;
- fix: collapse-expand trigger problem;
- fix: update nodes with empty string label;
- fix: abnormal rendering when a graph has image nodes and other type nodes.
#### 3.3.6
- feat: support edge weight for dagre layout;
2020-02-25 16:58:39 +08:00
- feat: automatically add draggable to keyShape, users do not need to assign it when custom a node or an edge;
- fix: cannot read 0 or null problem in getPointByCanvas;
- fix: brush-select bug;
- fix: set autoDraw to canvas when graph's setAutoPaint is called;
2020-02-25 16:58:39 +08:00
- fix: modify the usage of bbox in view controller since the interface is chagned by G;
- fix: the shape.attr error in updateShapeStyle;
- fix: local refresh influence on changeData;
2020-02-25 16:58:39 +08:00
- refactor: upgrade g-canvas to 0.3.23 to solve lacking of removeChild function;
- doc: update the demo fo custom behavior doc;
- doc: add plugin demos and cases for site;
- doc: fix shouldUpdate problem in treeWithLargeData demo on the site.
#### 3.3.5
- fix: 3.3.4 is not published successfully;
2020-02-14 10:10:54 +08:00
#### 3.3.4
- fix: 3.3.3 is not published successfully;
- fix: delegate or keyShape type minimap does not display bug;
- fix: dragging bug on minimap with a graph whose bbox is nagtive;
- fix: null matrix bug, create a unit matrix for null.
2020-02-17 22:38:23 +08:00
#### 3.3.3
2020-02-17 22:38:23 +08:00
- fix: delegate or keyShape type minimap does not display bug;
- fix: null matrix in focus() and getLoopCfgs() bug.
#### 3.3.2
- fix: ts type export problem;
- fix: edge with endArrow and autoRotate label bug;
- fix: code prettier;
- fix: line with control points bug;
- fix: matrix null bug.
#### 3.3.1
2020-02-14 10:10:54 +08:00
- fix: resolve 3.3.0 compatibility problem.
2020-02-14 10:10:54 +08:00
2020-02-10 22:09:16 +08:00
#### 3.3.0
2020-02-14 10:10:54 +08:00
- Graph API
- refactor: delete removeEvent function, use off;
- refactor: parameters of Shape animate changed, shape.animate(toAttrs, animateCfg) or shape.animate(onFrame, animateCfg);
- feat: descriptionCfg for modelRect to define the style of description by user;
- feat: update a node from without some shapes to with them, such as linkPoints, label, logo icon and state icon for modelRect;
- feat: the callback paramter of event nodeselectchange is changed to { target, selectedItems, ... };
- feat: support stateStyles in node and edge data;
- feat: calculate pixelRatio by G automatically, user do not need to assign it to graph instance;
- chore: G 4.0
- refactor: refreshLayout of TreeGraph is renamed as layout
2020-02-07 22:05:40 +08:00
- fix: no fan shape in G any more
- feat: recommand to assign name for each shape when addShape
- fix: do not support SVG renderer anymore. no renderer for graph configuration anymore
- refactor: plugins usage is changed into new G6.PluginName()
2020-02-14 10:10:54 +08:00
#### 3.2.7
- feat: supports create the group without nodes in node-group;
- fix: supports destoryed properties and fix issue 1094;
#### 3.2.6
- feat: supports sort the nodes on one circle according to the data ordering or some attribute in radial layout
- fix: grid layout with cols and rows
- feat: fix the nodes with position information in their original data and random the positions of others when the layout is not defined for graph
#### 3.2.5
- fix: click-select trigger error
- fix: solved position problem for minimap
#### 3.2.4
- fix: typescript compile error
- fix: delete sankey lib
#### 3.2.3
- fix: group position error
- fix: supports not set layout type
2020-02-14 10:10:54 +08:00
#### 3.1.5
- feat: supports g6 types file
- fix: set brush-select trigger param to ctrl not work
- fix: when set fitView to true, drag-group Behavior not get desired positon
#### 3.1.3
2020-02-14 10:10:54 +08:00
- feat: radial layout nonoverlap iterations can be controlled by user
- feat: add lock, unlock and hasLocked function, supports lock and unlock node
- fix: mds with discrete points problem
- fix: fruchterman-group layout title position for rect groups
#### 3.1.2
- feat: default behavior supports configuration trigger mode
- feat: node combining supports configuration title
- fix: update demo state styles
2019-10-15 15:09:40 +08:00
2019-10-11 09:42:12 +08:00
#### 3.1.1
2020-02-14 10:10:54 +08:00
- fix: update node use custom config
- fix: update demo
- feat: default node implement getShapeStyle function
2019-10-11 09:42:12 +08:00
2019-09-30 15:24:05 +08:00
#### 3.1.0
2020-02-14 10:10:54 +08:00
- feat: support for rich layoutsrandom, radial, mds, circular, fruchterman, force, dagre
- feat: more flexible configuration for shape
- feat: build-in rich default nodes
- feat: cases that provide layout and default nodes
2019-09-30 15:24:05 +08:00
2019-09-12 19:56:39 +08:00
#### 3.0.7-beta.1
2020-02-14 10:10:54 +08:00
2019-09-11 17:37:25 +08:00
`2019-09-11`
2020-02-14 10:10:54 +08:00
- fix: zoom-canvas support IE and Firefox
2019-09-11 17:37:25 +08:00
2019-09-11 14:40:37 +08:00
#### 3.0.6
2020-02-14 10:10:54 +08:00
2019-09-11 14:40:37 +08:00
`2019-09-11`
2020-02-14 10:10:54 +08:00
- fix: group data util function use module.exports
- feat: update @antv/hierarchy version
2019-09-11 14:40:37 +08:00
#### 3.0.5
2020-02-14 10:10:54 +08:00
`2019-09-10`
2020-02-14 10:10:54 +08:00
- feat: support add and remove group
- feat: support collapse and expand group
- feat: add graph api: collapseGroup and expandGroup
#### 3.0.5-beta.12
2020-02-14 10:10:54 +08:00
- feat: add rect group
- feat: add rect group demo
- feat: add chart node
2018-09-17 23:04:04 +08:00
2018-09-27 16:53:33 +08:00
---
2020-02-14 10:10:54 +08:00
2019-09-03 19:46:48 +08:00
#### 3.0.5-beta.10
2020-02-14 10:10:54 +08:00
- feat: add 5 chart node
- feat: collapse-expand tree support click and dblclick by trigger option
- fix: drag group bug fix
2019-09-03 19:46:48 +08:00
#### 3.0.5-beta.9
2020-02-14 10:10:54 +08:00
- feat: support render group
- feat: support drag group, collapse and expand group, drag node in/out group
- feat: add drag-group、collapse-expand-group and drag-node-with-group behavior
- feat: add drag-group and collapse-expand-group demo
- feat: add register list node demo
2019-09-03 19:46:48 +08:00
#### 3.0.5-beta.8
2020-02-14 10:10:54 +08:00
`2019-07-19`
2020-02-14 10:10:54 +08:00
- feat: add five demos
- refactor: update three behaviors
2018-12-24 17:18:09 +08:00
#### 2.2.5
`2018-12-20`
2020-02-14 10:10:54 +08:00
- feat: add saveimage limitRatio
2018-12-24 17:18:09 +08:00
#### 2.2.4
`2018-12-20`
2020-02-14 10:10:54 +08:00
- fix: bug fix
2018-12-24 17:18:09 +08:00
#### 2.2.3
`2018-12-10`
2020-02-14 10:10:54 +08:00
- fix: bug fix
2018-12-24 17:18:09 +08:00
2018-11-30 23:40:31 +08:00
#### 2.2.2
`2018-11-30`
2020-02-14 10:10:54 +08:00
- fix: tree remove guide will not getEdges.closes #521
2018-11-30 23:40:31 +08:00
2018-11-27 14:02:21 +08:00
#### 2.2.1
2018-11-29 11:40:44 +08:00
`2018-11-25`
2020-02-14 10:10:54 +08:00
- fix: Compatible with MOUSEWHEEL
- fix: fadeIn aniamtion
- fix: fix wheelZoom behaviour by removing the deprecated mousewheel event
2018-11-27 14:02:21 +08:00
2018-11-07 19:46:36 +08:00
#### 2.2.0
2018-11-29 11:40:44 +08:00
`2018-11-22`
2020-02-14 10:10:54 +08:00
- fix: Graph read zIndex
- refactor: Animation
2018-11-09 20:56:21 +08:00
2018-11-07 23:41:49 +08:00
#### 2.1.5
2018-11-29 11:40:44 +08:00
`2018-10-26`
2020-02-14 10:10:54 +08:00
- fix: svg pixelRatio bug
- feat: add wheel event
2018-11-07 19:46:36 +08:00
2018-11-01 17:03:22 +08:00
#### 2.1.4
2018-11-29 11:40:44 +08:00
`2018-10-06`
2020-02-14 10:10:54 +08:00
- fix: custom math.sign to compatible with ie browser.Closes #516.
- fix: legend component from @antv/component
- feat: update svg minimap && fix svg dom event
2018-11-01 17:03:22 +08:00
2018-09-27 16:53:33 +08:00
#### 2.1.3
2018-09-19 15:42:02 +08:00
2018-09-27 16:53:33 +08:00
`2018-09-27`
2018-06-05 23:58:10 +08:00
2020-02-14 10:10:54 +08:00
- feat: add label rotate
- feat: if there is no items the graph box equal canvas size
2018-06-05 23:58:10 +08:00
2018-09-19 15:42:02 +08:00
#### 2.1.2
`2018-09-19`
2020-02-14 10:10:54 +08:00
- fix: dom getShape bug.Closes #472
- fix: template.maxSpanningForest bug
2018-09-19 15:42:02 +08:00
2018-09-17 23:04:04 +08:00
#### 2.1.1
`2018-09-17`
2020-02-14 10:10:54 +08:00
- fix: tool.highlightSubgraph calculate box bug
- fix: plugin.grid.Closes #479
- chore(dev): upgrade babel & torchjs
2018-09-17 23:04:04 +08:00
#### 2.1.0
`2018-09-03`
2020-02-14 10:10:54 +08:00
- feat: svg render
- feat: plugin.layout.forceAtlas2
- feat: plugin.tool.fisheye
- feat: plugin.tool.textDisplay
- feat: plugin.tool.grid
- feat: plugin.template.tableSankey
- feat: plugin.edge.polyline
#### 2.0.5
`2018-07-12`
2020-02-14 10:10:54 +08:00
- improve: add g6 arrow
2018-07-12 21:38:24 +08:00
#### 2.0.4
`2018-07-12`
2020-02-14 10:10:54 +08:00
- feat: layout export group.Closes #355
- feat(plugin): add tool.tooltip. Closes #360.
- style: change the calling way of forceAtlas2 on template.maxSpanningForest
- fix: origin tree data collapsed is true tree edge visible bug.Closes #357
- fix: remove the forceAtlas.js in template.maxSpanningForest, use forceAtlas from layout.forceAtlas2
- fix: add demos: plugin-fisheye, plugin-forceAtlas2, gallery-graphanalyzer
- fix: add demos: plugin-forceAtlas2, plugin-fisheye
2018-07-12 21:38:24 +08:00
2018-06-29 17:36:27 +08:00
#### 2.0.3
2018-06-13 17:45:33 +08:00
2018-06-29 17:36:27 +08:00
`2018-06-29`
2018-06-13 17:45:33 +08:00
2020-02-14 10:10:54 +08:00
- 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
2018-06-29 17:36:27 +08:00
#### 2.0.2
2018-06-13 17:45:33 +08:00
2018-06-29 17:36:27 +08:00
`2018-06-13`
2018-06-13 17:45:33 +08:00
2020-02-14 10:10:54 +08:00
- chore(plugin): require g6 by src/index
- chore(dev test): remove useless test script
- fix(plugin) minimap destroy Closes #308
- fix(saveImage) saveImage bug
- fix(event): fix dom coord. Closes #305
2018-06-13 17:45:33 +08:00
2018-11-29 11:40:44 +08:00
#### 2.0.1
2018-06-11 11:23:49 +08:00
2018-06-11 16:30:08 +08:00
`2018-06-11`
2020-02-14 10:10:54 +08:00
- fix: reDraw edge after layout
- feat: add quadraticCurve config cpd
- feat: add beforelayout && afterlayout event
- chore: .travis.yml add add Node.js
- chore: .travis.yml cache node_modules
2018-06-11 16:30:08 +08:00
2018-11-29 11:40:44 +08:00
#### 2.0.0
2018-06-11 16:30:08 +08:00
2018-06-11 11:23:49 +08:00
`2018-06-06`
2020-02-14 10:10:54 +08:00
- refactor: refactor architecture && code
2018-06-11 11:23:49 +08:00
2018-11-29 11:40:44 +08:00
#### 1.2.1
2018-06-05 23:58:10 +08:00
2018-06-11 11:23:49 +08:00
`2018-03-15`
2020-02-14 10:10:54 +08:00
- feat:    layout interface
2018-06-06 09:56:44 +08:00
2018-11-29 11:40:44 +08:00
#### 1.2.0
2018-06-05 23:58:10 +08:00
2018-06-11 11:23:49 +08:00
`2018-01-15`
2020-02-14 10:10:54 +08:00
- fix: nodeActivedBoxStyle spelling error
- fix: error when deleting a circle
- fix: trigger dragstart while right clicking and moveing
- feat: Unify Layout mechanism
- feat: Plugin mechanism
- feat: Data filter mechanism
- feat: Activated interface
- feat: Action wheelZoomAutoLabel
- feat: configuration of graph -- preciseAnchor
- remove: Global.preciseAnchor
- remove: Layout.Flow、Layout.Force
- improve: html container strategy
2018-11-29 11:40:44 +08:00
#### 1.1.6
2018-06-05 23:58:10 +08:00
2018-06-11 11:23:49 +08:00
`2017-10-15`
2020-02-14 10:10:54 +08:00
- fix: pack problem in layout algorithm
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.1.5
2018-06-05 23:58:10 +08:00
2018-06-11 11:23:49 +08:00
`2017-09-15`
2020-02-14 10:10:54 +08:00
- fix: dragCanvas is effective while mousemove, prevent it from affecting click events
- fix: unactivate pick-up in activeRectBox of node
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.1.4
2018-06-05 23:58:10 +08:00
`2017-08-15`
2020-02-14 10:10:54 +08:00
- feat: graph.invertPoint()
- feat: third configuration of anchor to support style setting, float style, connection
- feat: item.getGroup()
- feat: events -- afteritemrender、itemremove、itemadd
- feat: behaviourSignal
- improve: mouseWheel is affective after focusing the canvas
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.1.3
2018-06-05 23:58:10 +08:00
`2017-08-8`
2020-02-14 10:10:54 +08:00
- feat: Graph configuration -- useNodeSortGroup
- feat: Global.nodeDelegationStyle, Global.edgeDelegationStyle, isolate the delegation of edge and node on graph
- fix: itemremove is triggered before destroying a graph
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.1.2
2018-06-05 23:58:10 +08:00
`2017-08-01`
2020-02-14 10:10:54 +08:00
- feat: dragBlankX dragBlankY
2018-11-29 11:40:44 +08:00
#### 1.1.1
2018-06-05 23:58:10 +08:00
`2017-07-18`
2020-02-14 10:10:54 +08:00
- improve: dragNode protect mechanism
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.1.0
2018-06-05 23:58:10 +08:00
`2017-07-05`
2020-02-14 10:10:54 +08:00
- feat: HTML node
- feat: mapper support callback function
- feat: Graph interfaces -- updateMatrix、changeSize、showAnchor、hideAnchor、updataNodesPosition
- feat:  tool functions -- Util.isNode()、Util.isEdge()
- feat: Shape polyLineFlow
- feat:  dragEdgeEndHideAnchor、dragNodeEndHideAnchor、hoverAnchorSetActived、hoverNodeShowAnchor
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.0.7
2018-06-05 23:58:10 +08:00
`2017-06-21`
2020-02-14 10:10:54 +08:00
- fix: draw one more time in 16ms after first draw
- improve: add zoom by scroll in edit mode
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.0.6
2018-06-05 23:58:10 +08:00
`2017-06-15`
2020-02-14 10:10:54 +08:00
- fix: compatible in chrome in windows. triggering mousemove after first click leads to wrong click event.
- feat: support fix size graphics
- feat: analysis mode
- feat: updateNodesPositon update a set of nodes' position
- improve: change useAnchor to be a configuration of edge
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.0.5
2018-06-05 23:58:10 +08:00
`2017-06-01`
2020-02-14 10:10:54 +08:00
- feat: downloadImage support saving with name
- feat: automatically detect tooltip padding
- improve:  stop the action while mouse dragging out of the canvas
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.0.4
2018-06-05 23:58:10 +08:00
`2017-05-20`
2020-02-14 10:10:54 +08:00
- fix: tree changeData Bug
- fix:  when getAnchorPoints returns auto, anchor is the intersection of edge and the bounding box
- fix: generate node label according to isNull
- feat: viewport parameters -- tl、tc、tr、rc、br、bc、bl、lc、cc
- improve: reduce tolerance to improve the accuracy of interception
- improve: improve tooltip event mechanisom to enhance performance
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.0.3
2018-06-05 23:58:10 +08:00
`2017-05-10`
2020-02-14 10:10:54 +08:00
- feat: graph.guide().link()
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.0.2
2018-06-05 23:58:10 +08:00
`2017-05-10`
2020-02-14 10:10:54 +08:00
- fix: Object.values => Util.getObjectValues
- fix:  when anchorPoints is auto, there is only anchorpoint on edge, it will also return the intersection
- fix: tree update interface Bug
- improve:  represent positions information by group.transfrom()
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.0.1
2018-06-05 23:58:10 +08:00
`2017-04-22`
2020-02-14 10:10:54 +08:00
- fix: copy and paste bug
- feat: draw once in 16ms
- feat: itemactived itemunactived itemhover itemupdate itemmouseenter itemmouseleave
- improve: be clear the status of graphics before activating graphics by frame selection
- improve: dragAddEdge, linkable to anchor
- improve: performance of animation
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 1.0.0
2018-06-05 23:58:10 +08:00
`2017-03-31`
2020-02-14 10:10:54 +08:00
- feat: fitView configurations
- feat:  graph.zoom()
- feat: wheelZoomHideEdges hide the edges while zooming by wheel
- feat: dragHideEdges hide the edge while dragging edge
- feat: graph.filterBehaviour()
- feat: graph.addBehaviour()
- feat:   graph.changeLayout()
- feat:  read interface, re-define save interface
- feat:  graph.snapshot, graph.downloadImage
- feat:  graph.autoSize()
- feat:  graph.focusPoint()
- feat: tree graph、net graph
- feat: interaction mechanism -- event => action => mode
- feat: animation mechanism
- feat: itemmouseleave、itemmouseenter
- remove: graph.refresh()
- remove: graph.changeNodes()
- remove: graph attributes -- zoomable、dragable、resizeable、selectable
- improve: anchor mechanism
- improve: hide G6.GraphUtil functions, unified in G6.Util
- improve: replace g-canvas-core to g-canvas to improve performance
- improve: Global.nodeAcitveBoxStyle instead of Global.nodeBoxStyle
- improve: afterAdd => afteradd
- improve: G6.Graph to be an abstract class
2018-11-29 11:40:44 +08:00
#### 0.2.3
2018-06-05 23:58:10 +08:00
`2017-03-2`
2020-02-14 10:10:54 +08:00
- fix: dragable for controlling dragable under default mode
- feat: graph.converPoint()
- feat: graph.autoSize()
- feat: rightmousedown leftmousedown wheeldown
- improve: use try catch to prevent the length of getPoint of path equals zero
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 0.2.2
2018-06-05 23:58:10 +08:00
`2017-02-24`
2020-02-14 10:10:54 +08:00
- fix: add px totooltip css padding
- fix: tooltip mapping error
- fix: accurate intersection
- fix: zoom error on double accuracy screen
- fix: buonding box extended from keyShape
- feat:   afterAdd
- feat: dblclick
- improve: width、height default null
- improve: remove hovershape on node
- improve: tooltip defense mechanism
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 0.2.1
2018-06-05 23:58:10 +08:00
`2017-02-14`
2020-02-14 10:10:54 +08:00
- fix: rollback when add node
- fix: apply tranformation of parent container while calculating bounding box
- feat: waterPath
- feat: tooltip tip information
- feat: mouseover
- feat: multiSelectable, default false
- feat:  set forceFit to true while width is undefined
- improve: zoomable、dragable、resizeable、selectable default true
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 0.2.0
2018-06-05 23:58:10 +08:00
`2017-02-07`
2020-02-14 10:10:54 +08:00
- feat: accurate anchor mechanism
- feat: GraphUtil.getEllipsePath
- feat:  GraphUtil.pointsToPolygon
- feat: GraphUtil.pointsToBezier
- feat: GraphUtil.snapPreciseAnchor
- feat: GraphUtil.arrowTo
- feat: GraphUtil.drawEdge
- feat: bezierQuadratic
- feat: node.show
- feat: node.hide
- feat: node.getLinkNodes
- feat:  node.getUnLinkNodes
- feat: node.getRelativeItems
- feat: node.getUnRelativeItems
- feat: edge.show
- feat: edge.hide
- feat: Shape afterDraw
- improve:  the controlling point positions of Bezier Curve 改进贝塞尔曲线控制点位置
- improve: grpah.delete => graph.del
- improve: error when adding id
2018-11-29 11:40:44 +08:00
#### 0.1.4
2018-06-05 23:58:10 +08:00
`2017-01-17`
2020-02-14 10:10:54 +08:00
- fix: delegator of dragging a node is the center of bbox
- fix: use cardinality sort for all the sorting algorithm
- fix: random id on edges
- feat: level sort on edges, edge labels on the top level
- feat:  while extending shape is undefined when register an edge, find the extending shaoe automatically
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 0.1.3
2018-06-05 23:58:10 +08:00
`2017-01-15`
2020-02-14 10:10:54 +08:00
- fix: judge the existance of the object while operating assistGrid
- feat: rollback judgement, default unactivate
- feat:  style mapping channel
- feat: return the intersections while getAnchorPoints is null or returns false
- feat:  bezierHorizontal、bezierVertical
- improve: 'eventEnd'
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 0.1.2
2018-06-05 23:58:10 +08:00
`2017-01-12`
2020-02-14 10:10:54 +08:00
- fix: judge the configuration before updating grid
- fix: the size of graphContainer in unsetable, setted by inner canvas
- fix: will not add an edge if the target or source is undefined
- fix: changeSize() maximum tolerance for error
- feat: graph.get('el')  to get canvas DOM
- feat: event exposures shape
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 0.1.1
2018-06-05 23:58:10 +08:00
`2017-01-09`
2020-02-14 10:10:54 +08:00
- feat: entrance of graph is G6.Graph
2018-06-05 23:58:10 +08:00
2018-11-29 11:40:44 +08:00
#### 0.1.0
2018-06-05 23:58:10 +08:00
`2017-01-07`
2020-02-14 10:10:54 +08:00
- feat: color calculation library
- feat: hot key
- feat: updo, redo
- feat: copy, paste
- feat: reset zoom, auto zoom
- feat: tree graph, linear graph, sankey graph, flow laout
- feat: flow chart package
- feat: timing diagram package
- feat: single selection, frame selection
- feat: node deformation
- feat:  edge deformation
- feat: drag node and edge
- feat: link edge and node
- feat: drag canvas
- feat: zoom
- feat: select mode
- feat: integrate g-graph