Skip to content

Releases: antvis/G6

4.2.2

23 Mar 02:03
Compare
Choose a tag to compare
  • feat: pipe layouts for subgraphs, contributed by @ColinChen2;

4.2.1

18 Mar 08:35
Compare
Choose a tag to compare

4.2.1

  • fix: circle combo edge linking position problem;
  • fix: drag minimap viewport with forbidden icon in chrome on windows;
  • fix: show node without node position problem;
  • fix: addItem and getNodeDgree with wrong result problem;
  • fix: timebar data filtering problem;
  • fix: update endArrow to be false and set state problem;
  • feat: pass comb and comboEdge data for layout;
  • feat: tooltip with fixToItem to avoid following the mouse when moving;
  • feat: getViewPortCenterPoint and getGraphCenterPoint API;
  • feat: tooltip with trigger configuration, supports mouseenter and click;

4.2.0

  • fix: combo edge link position problem;
  • fix: activate-relations with combo and combo edges problem;
  • feat: support config TimeBar handler, background, foreground, tick label, tick line style;

4.1.13

02 Mar 04:02
Compare
Choose a tag to compare
  • fix: getHulls with error type;
  • fix: createHull with destroyed hullMap problem;
  • fix: refining TimeBar minor problems;
  • fix: tooltip with display none to avoid enlarging graph container;
  • feat: TimeBar supports controller style configuration;
  • feat: TimeBar supports filtering edges;
  • feat: dagre with nested combo;

4.1.11

20 Feb 14:57
Compare
Choose a tag to compare
  • chore: update algorithm;
  • chore: link correct core;

4.1.7

01 Feb 03:25
Compare
Choose a tag to compare

4.1.7

  • fix: polyline with negative endpoints;
  • fix: polyline direction when linkCenter;
  • fix: remove g6-core browser since it has no umd output;
  • feat: custom texts for the time range and time point text in timeBar plugin;
  • chore: types for strict mode;

4.1.6

  • fix: webworker problem after removing broswer in pc and g6;

4.1.5

  • fix: wrong style for modelRect after updating and state changing, closes: #2613;
  • fix: drag-canvas with shouldBegin false, closes: #2571;
  • fix: pack plugin with es module, closes: #2577;
  • feat: dijkstra with multiple shortest paths, closes: #2297;
  • fix: setMode while the delegates of brush-select and drag-node is on the canvas, closes: #2607;
  • docs: update the english TimeBar docs, closes: #2597;
  • fix: TimeBar time point switch text configurable, closes: #2597;

4.1.4

19 Jan 09:09
Compare
Choose a tag to compare
  • fix: drag-canvas with touch on mobile;

4.1.3

19 Jan 02:28
Compare
Choose a tag to compare
  • fix: registerBehavior export problem;
  • fix: shouldEnd of create-edge with groupByTypes as false;
  • fix: collapse and expand a combo with an empty sub combo error;
  • fix: update padding of rect combo;
  • fix: the graph in the minimap with circular layout is not centered, closes: #2555;
  • fix: edge background displays on a wrong place when autoRotate is true;

4.1.1

08 Jan 09:16
Compare
Choose a tag to compare

4.1.1

  • fix: soomth-convex hull with one line nodes leads to unshift problem;
  • fix: zoom-canvas to optimizeZoom and hide the label, the label will not show up any more problem;
  • fix: the ts type for parameter of timing event listener, closes: #2499;

4.1.0

  • feat: getEdgeConfig for create-edge behavior;
  • fix: uniqueId with timestamp and random;
  • fix: fix zoom-canvas and drag-canvas with enableOptimize conflict problem shrink the settimeout;

G6 版本备份

30 Dec 02:06
Compare
Choose a tag to compare

G6 在 4.0.3 版本基础上做了架构调整,将原来的一个包分为了 core、pc、mobile、element、plugin 等包。

4.0.3

01 Dec 09:20
Compare
Choose a tag to compare
  • fix: state style restore for non-circle shapes;