Skip to content

Releases: antvis/G6

3.5.11

Choose a tag to compare

@Yanyan-Wang Yanyan-Wang released this 23 Jul 02:05
  • feat: graph.priorityState api;
  • feat: graph.on support name:event mode.
  • fix: combo edge with uncorrect end points;
  • fix: combo polyline edge with wrong path;
  • fix: getViewCenter with padding problem;
  • fix: cannot read property 'getModel' of null problem on contextmenu when the target is not an item;
  • feat: allow user to configure the initial positions for empty combos;
  • feat: optimize by hiding edges and shapes which are not keyShape while dragging canvas;
  • feat: fix the initial positions by equably distributing for layout to produce similar result.

3.5.10

Choose a tag to compare

@Yanyan-Wang Yanyan-Wang released this 06 Jul 03:53
  • 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

Choose a tag to compare

@Yanyan-Wang Yanyan-Wang released this 29 Jun 13:41
  • fix: multiple animate update shape for combo;
  • fix: removeItem from a combo.

3.5.8

Choose a tag to compare

@Yanyan-Wang Yanyan-Wang released this 29 Jun 13:05
  • 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.4

Choose a tag to compare

@baizn baizn released this 12 Jun 06:11
fix: update package version

3.5.3

Choose a tag to compare

@baizn baizn released this 10 Jun 09:38
feat: generate the image url of the full graph by graph.toFullDataUrl…

3.5.1

Choose a tag to compare

@baizn baizn released this 04 Jun 06:49
docs: update the url for anchorpoints in docs.

3.4.9

Choose a tag to compare

@Yanyan-Wang Yanyan-Wang released this 11 May 02:44

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.