Skip to content

Releases: antvis/G6

3.8.3

29 Oct 03:35
Compare
Choose a tag to compare

3.8.3

  • feat: drag the viewport of the minimap out of the the view;
  • fix: extend modelRect with description problem, closes: #2235;

3.8.2

  • feat: graph.setImageWaterMarker, graph.setTextWaterMarker API;
  • feat: zoom-canvas support mobile;
  • fix: drag-canvas behavior support scalable range, closes: #2136;
  • fix: TreeGraph changeData clear all states, closes: #2173;
  • chore: auto zoom tooltip & contextMenu component when zoom-canvas;
  • chore: upgrade @antv/g-canvas;
  • feat: destroyLayout API for graph, closes: #2140;
  • feat: clustering for force layout, closes: #2196;
  • fix: svg renderer minimap hidden elements probem, closes: #2174;
  • feat: add extra parameter graph for menu plugin, closes: #2204;
  • fix: tooltip plugin, crossing different shape cant execute the getContent function, closes: #2153;
  • feat: add edgeConfig for create-edge behavior, closes: #2195;
  • fix: remove the source node while creat-edge;
  • feat: create-edge for combo, closes: #2211;
  • fix: update the typings for G6Event;

3.8.1

12 Oct 03:29
Compare
Choose a tag to compare
fix: 同步文档及demo

3.8.0

27 Sep 06:17
Compare
Choose a tag to compare
  • fix: treeGraph render with addItem and stack problem, closes: #2084;
  • feat: G6 Interactive Document GraphMarker;
  • feat: registerNode with jsx support afterDraw and setState;
  • feat: edge filter lens plugin;
  • feat: timebar plugin;

3.7.3

16 Sep 03:52
Compare
Choose a tag to compare
  • fix: update G to fix the shape disappear when it has been dragged out of the view port problem, closes: #2078, #2030, #2007;
  • fix: redo undo with treeGraph problem;
  • fix: remove item with itemType problem, closes: #2096.

3.7.2

14 Sep 05:34
Compare
Choose a tag to compare
  • fix: toolbar redo undo addItem with type problem, closes #2043;
  • fix: optimized drag-canvas with hidden items;
  • fix: state style with 0 value problem, closes: #2039;
  • fix: layout with webworker leads to twice beforelayout, closes: #2052;
  • fix: context menu with sibling doms of graph container leads to position problem, closes: #2053;
  • fix: changeData with combos problem, closes: #2064;
  • fix: improve the position of the context menu before showing up;
  • feat: fisheye allows user to config the trigger of scaling range(r) and magnify factor(d) by scaleRBy and scaleDBy respectively;
  • feat: add the percent text of magnify factor(d) for fisheye and users are allowed to configure it by show showDPercent.

3.7.1

10 Sep 06:50
Compare
Choose a tag to compare
  • fix: hide the tooltip plugin when drag node and contextmenu, closes #1975;
  • fix: processParellelEdges without edge id problem;
  • fix: label background with left, right position problem, closes #1861;
  • fix: create-edge and redo undo problem, #1976;
  • fix: tooltip plugin with shouldBegin problem, closes #2006;
  • fix: tooltip behavior with shouldBegin problem, closes #2016;
  • fix: the position of grid plugins when there is something on the top of the canvas, closes: #2012;
  • fix: fisheye destroy and new problem, closes: #2018;
  • fix: node event with wrong canvasX and canvasY problem, closes: #2027;
  • fix: drag combo and drag node to drop on canvas/combo/node problem;
  • feat: improve the performance on the combos;
  • fix: redo and undo problem when update item after additem, closes #2019;
  • feat: hide shapes beside keyShape while zooming;
  • feat: improve the performance on the combos.

3.7.0

25 Aug 08:20
Compare
Choose a tag to compare
  • feat: chart node;
  • feat: bubble set;
  • feat: custom node with JSX;
  • feat: minimum spanning tree algorithm;
  • feat: path finding algorithm;
  • feat: cycle finding algorithm;
  • chore: update antv/hierarchy to fix indented tree with dropCap problem.

3.6.2

22 Aug 15:08
Compare
Choose a tag to compare
  • feat: find all paths and the shortest path between two nodes;
  • feat: fisheye with dragging;
  • feat: fisheye with scaling range and d;
  • feat: click and drag to create an edge by create-edge behavior;
  • feat: process multiple parallel edges to quadratic with proper curveOffset;
  • fix: polyline with rect and radius=0 problem;
  • fix: arrow state & linkpoint;
  • fix: the position of the tooltip plugin;
  • fix: drop a node onto a sub node of a combo;
  • chore: update hierarchy to solve the children ordering problem for indented tree layout;
  • chore: extract the public calculation to enhance the performance of fisheye.

3.6.1-beta

21 Aug 09:42
Compare
Choose a tag to compare
  • 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

12 Aug 03:51
Compare
Choose a tag to compare
  • feat: image minimap;
  • feat: visible can be controlled in the data;
  • feat: item type for tooltip plugin;
  • feat: menu plugin with shouldUpdate;
  • fix: tooltip plugin position and hidden by removeItem;
  • fix: tooltip behavior hidden by removeItem;
  • fix: menu plugin with clicking on canvas problem;
  • fix: menu plugin with clickHandler problem;
  • fix: createCombo with double nodes problem.