Releases: antvis/G6
Releases · antvis/G6
4.7.15
- fix: dagre layout for collapsed combos;
- perf: give layout algorithm vedges;
4.7.14
- fix: error occurs while dragging combo with drag-node behavior;
4.7.13
4.7.12
- 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
- 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
- perf: force layout with animation calls graph refreshPositions instead positionsAnimate while refreshing;
4.7.9
- perf: init node positions when the node has no x and y in the origin data;
4.7.8
4.7.6
- fix: Annotation readData with inexistent item;
- perf: improve the performance for updating;
4.7.5
- perf: Annotation support updating positions for outside cards by calling updateOutsideCards;