Skip to content

Releases: antvis/G6

4.6.17

02 Aug 12:20
915297d
Compare
Choose a tag to compare
  • fix: legend changeData problem, closes: #3561;
  • fix: redo and undo with an image node, closes: #3782;
  • fix: call refreshPositions instead of positionsAnimate while there is no layout configuration;

4.6.16

01 Aug 12:17
5407845
Compare
Choose a tag to compare
  • feat: ID check;
  • feat: fitView with animation;
  • feat: findAllByState with additional filter;
  • fix: wrong dropped position for drag-combo with enableDelegate, closes: #3810;
  • fix: stack for drag-combo with onlyChangeComboSize, closes: #3801;
  • fix: stack updateLayout, closes: #3765;
  • fix: drag-canvas and zoom-canvas with enableOptimize show a hidden shape which is controlled by state, closes: #3635;
  • fix: typing problem for react node;

4.6.15

04 Jul 02:04
5a7681c
Compare
Choose a tag to compare

4.6.15

  • fix: fitView does not zoom the graph with animate true;

4.6.14

  • perf: optimize the performance of combo graph;

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;