Skip to content

Releases: antvis/G6

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;

4.7.4

19 Sep 08:14
934661e
Compare
Choose a tag to compare
  • perf: Annotation min-width and input width;

4.7.3

09 Sep 09:18
c0f6161
Compare
Choose a tag to compare
  • feat: beforechangedata and afterchagnedata for graph changeData;
  • feat: Annotation supports icon events callbacks;
  • feat: Annotation supports defaultBegin position configuration for new annotation cards;
  • perf: Annotation updated automatically when graph data changed and graph item visiblity changed;
  • fix: Destroy legend canvas when the plugin is destroyed, closes: #3931;

4.7.2

07 Sep 16:12
8a4f7a5
Compare
Choose a tag to compare
  • feat: Annotation plugin supports configuring behaviors for collapse and close icon;
  • feat: Annotation plugin supports canvas annotation;
  • fix: gForce layout has animation by default;
  • fix: createCombo creates vedges asynchronously, closes: #3912;
  • fix: strange polyline path edge related to combo, closes: #3913;

4.7.1

05 Sep 10:22
63f43ce
Compare
Choose a tag to compare
  • feat: Annotation plugin;
  • fix: combo and drag-node with heap maximum problem, closes: #3886;
  • fix: combo and graph re-read problem, closes: 3902;
  • fix: d3 force layout with default animate;
  • perf: bundling plugin ts problem, closes: #3904;

4.7.0

23 Aug 04:52
594106e
Compare
Choose a tag to compare
  • feat: force2 from graphin-force;
  • feat: preset for layout;
  • feat: tweak incremental layout init for force like layouts;
  • fix: combo collapsed edge problems, closes: #3839;
  • update @antv/layout to solve dagre layer and overlapping problem;

4.7.0-beta.2

19 Aug 09:42
1a52e3d
Compare
Choose a tag to compare
  • feat: add force2 layout which has great performance;

4.6.18

05 Aug 10:19
7b48f68
Compare
Choose a tag to compare
  • feat: updateLayout from no pipes to pipes, closes: #3726;
  • fix: relayout with pipes;