Skip to content

Releases: antvis/G6

4.7.15

25 Nov 07:17
d725a49
Compare
Choose a tag to compare
  • fix: dagre layout for collapsed combos;
  • perf: give layout algorithm vedges;

4.7.14

18 Nov 10:56
9dfe146
Compare
Choose a tag to compare
  • fix: error occurs while dragging combo with drag-node behavior;

4.7.13

11 Nov 09:07
142e9ea
Compare
Choose a tag to compare
  • fix: unexpected move with fitCenter with animation;
  • fix: update modelRect with rendering error, closes: #4041;

4.7.12

09 Nov 13:17
76da663
Compare
Choose a tag to compare
  • fix: drag-canvas incorrectly stopped by right click;
  • fix: createCombo with nodes which already has parent combos;
  • fix: setItemState on node, related edges's linking positions are not refreshed;
  • perf: combo animate inherit from graph's animate config;
  • perf: improve the performance of setItemState and active-relations again;
  • feat: graph supports optimizeThreshold to control the number threshold of nodes to enable the optimization on rendering and interaction, currently only affects the edges' refresh while the related node state style changed;

4.7.11

08 Nov 08:53
1ff0e54
Compare
Choose a tag to compare
  • perf: improve the performance of setItemState and active-relations;
  • perf: keyShape is hiden when a combo is collapsed with collapsedSubstituIcon;
  • fix: drag-node incorrectly stopped by right click;
  • fix: timebar plugin destroy problem, closes: #3998;
  • fix: controllerCfg does not take effect in timebar with tick type, closes: #3843;
  • feat: timebar plugin supports config the default time type;
  • feat: timebar with play and pause API;
  • chore: use addItem and removeItem instead of changeData in timebar;

4.7.10

27 Oct 08:07
d6d9a1f
Compare
Choose a tag to compare
  • perf: force layout with animation calls graph refreshPositions instead positionsAnimate while refreshing;

4.7.9

26 Oct 11:53
55fee1e
Compare
Choose a tag to compare
  • perf: init node positions when the node has no x and y in the origin data;

4.7.8

13 Oct 08:01
ce0dbae
Compare
Choose a tag to compare
  • feat: pointPadding config for loop edges with non-circle nodes, closes: #3974;
  • fix: image lost while updating the size for an image node, closes: #3938;

4.7.6

10 Oct 14:04
155afcb
Compare
Choose a tag to compare
  • fix: Annotation readData with inexistent item;
  • perf: improve the performance for updating;

4.7.5

10 Oct 09:18
7680af8
Compare
Choose a tag to compare
  • perf: Annotation support updating positions for outside cards by calling updateOutsideCards;