Skip to content

Releases: dash14/v-network-graph

v0.9.18

27 Oct 16:32
Compare
Choose a tag to compare

Bug Fix

  • Fixed a problem that changes to the fixed property of the node position were not reflected in the network graph using d3 force-layout.

v0.9.17

24 Sep 16:20
Compare
Choose a tag to compare

Bug Fixes

  • Fixed import error when running vue-tsc on a project containing v-network-graph. (#156)

v0.9.16

25 Jun 23:49
Compare
Choose a tag to compare
  • Bump up dependencies

v0.9.15

06 Feb 13:23
Compare
Choose a tag to compare

Bug Fix

  • Fixed path drawing not being updated when edges in path prop are updated. (#143)

v0.9.14

20 Dec 14:18
Compare
Choose a tag to compare

Bug Fix

  • Fixed not using the specified node position when restoring a deleted node. (#137)

v0.9.13

11 Nov 15:50
Compare
Choose a tag to compare

Bug Fix

  • Fixed incorrect zoom value calculation results in some cases when "fit-content" was specified in configs.view.autoPanAndZoomOnLoad.

The v0.9.12 is missing because it was found that more corrections were needed after the "v0.9.12" was tagged.

v0.9.11

07 Nov 15:59
Compare
Choose a tag to compare

Features

v0.9.10

05 Oct 15:02
Compare
Choose a tag to compare

Bug Fix

  • Fixed an error when calculating a curve with two nodes in the same position by @hpawa in #134 (Issue #133) 😍

v0.9.9

30 Sep 14:30
Compare
Choose a tag to compare

Bug Fix

  • Fixed incorrect start node determination for paths (#131)
    • If more than two of the same edge were consecutive, the determination of the starting point could be incorrect.

v0.9.8

14 Sep 12:41
Compare
Choose a tag to compare

Bug Fix

Performance improvement:

  • Fixed to not render uselessly when VEdgeOverlay is not used by @zamplyy in #129 (Issue #130) 😍