Skip to content

3.5.10

Compare
Choose a tag to compare
@Yanyan-Wang Yanyan-Wang released this 06 Jul 03:53
· 1429 commits to master since this release
  • 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.