Skip to content

Releases: dash14/v-network-graph

v0.1.9

13 Sep 12:21
Compare
Choose a tag to compare
  • Export the useStates() function for advanced visualization.
    • This function is used to access internal information from the child elements of v-network-graph, such as node size, selected state, and edge position, etc.

Note: v0.1.8 has been reverted.

v0.1.7

09 Sep 09:23
Compare
Choose a tag to compare
  • Fix a bug that fixed placement of nodes in d3 force layout was not reflected in the layouts props.

v0.1.6

07 Sep 15:47
Compare
Choose a tag to compare
  • In package.json, export subpath "lib". (related to #2, #3)
    • Change the import path of style.css to "v-network-graph/lib/style.css".
    • The previous import path ("v-network-graph/style.css") will still be available.

v0.1.5

06 Sep 12:31
Compare
Choose a tag to compare
  • Change the order in which edges are lined up.
  • Fix displacement of edge display when new edges are summarized.

v0.1.4

01 Sep 12:33
Compare
Choose a tag to compare
  • Improve styles to be applied while dragging.
  • Add a function configsWithType() for defining configs that specify the custom type of node/edge.

v0.1.3

31 Aug 13:57
Compare
Choose a tag to compare
  • Fix the zooming problem when zero nodes are displayed.
  • Bump up deps.

v0.1.2

31 Aug 13:14
Compare
Choose a tag to compare
  • Fix the problem of lagging edges when moving nodes by dragging, etc.
  • Add hovered and selected to the slot of edge label.

v0.1.1

29 Aug 15:44
Compare
Choose a tag to compare
  • Add transparent background lines to the edges to make it easier to capture mouse/touch events for thin and dashed lines.
  • Bump up deps

v0.1.0

27 Aug 16:22
Compare
Choose a tag to compare
  • Add support for markers (e.g. arrows) on edges. (#1)
  • Bump up deps

v0.0.10

22 Aug 16:46
Compare
Choose a tag to compare
  • Fix a bug that caused the node:pointerout event to fire twice.