Skip to content

Releases: antvis/G6

4.6.12

29 Jun 08:11
27d980e
Compare
Choose a tag to compare
  • perf: optimize the performance of combo graph first rendering;

4.6.11

28 Jun 11:53
4fc7ad5
Compare
Choose a tag to compare
  • fix: star node with leftBottom linkPoint show and hide problem;
  • fix: relayout does not execute onAllLayoutEnd problem;
  • fix: combo edge state update problem, closes: #3639;

4.6.10

28 Jun 06:44
4512b10
Compare
Choose a tag to compare
  • feat: maxLength for labelCfg;
  • fix: custom layout warning and layout failed problem;
  • fix: upgrade layout to fix DagreLayoutOptions type error;
  • fix: upgrade layout to fix comboCombined with original node infomations problem;

4.6.8

23 Jun 05:58
778720c
Compare
Choose a tag to compare
  • fix: spelling error for 'nodeselectChange', closes: #3736;
  • fix: update node icon from show false to show true;
  • fix: afterrender should be emitted when the layout is not configured;
  • perf: update related edges while drag-combo;
  • feat: combo supports collapsedSubstituteIcon showing after collapsed;
  • feat: remove animations while first rendering with (collapsed)combos;
  • refactor: toolbar plugin functions;

4.6.6

17 Jun 08:56
90f1264
Compare
Choose a tag to compare
  • fix: destroyLayout error, closes: #3727;
  • fix: drag combo with stack problem, closes: #3699;
  • fix: updateLayout does not take effect if update layout with same type as graph instance configuration, closes: #3706;
  • fix: legendStateStyles typo, closes: #3705;
  • perf: zoom-canvas take the maximum and minimum values instead of return directly;
  • perf: minimap cursor move;
  • feat: fitView and fitCenter with animation;
  • feat: addItems to add multiple items into graph in the same time;
  • feat: enable edge selection in click-select;

4.6.4

25 Mar 11:34
e0ab79d
Compare
Choose a tag to compare
  • chore: improve the types of graph events;
  • fix: position animate considers origin attributes;

4.6.3

14 Mar 08:18
156037e
Compare
Choose a tag to compare
  • feat: shouldDeselect param for lasso-select;
  • fix: initial collapsed combos with unexpected size;

4.6.1

11 Mar 10:01
6b6f81c
Compare
Choose a tag to compare
  • fix: layoutController is null problem;

4.6.0

09 Mar 03:40
5dd6a79
Compare
Choose a tag to compare
  • feat: comboCombined Layout from @antv/layout;
  • feat: combo supports position configurations for any situations;
  • fix: run layout promise only when the layout is configured;

4.5.5

10 Feb 08:21
d86be42
Compare
Choose a tag to compare

fix: tooltip with wrong duplicated child DOM nodes;