Skip to content

Releases: dash14/v-network-graph

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.

v0.0.9

22 Aug 16:00
Compare
Choose a tag to compare
  • Add multi-line label support.
    • If the label contains line breaks, it will automatically assemble SVG elements with multi-line text.
  • Add function specification support for gap of edge config.
  • Change Grid-related config key names.
    • grid.line.strokeWidth -> grid.line.width
    • grid.line.strokeDasharray -> grid.line.dasharray
    • grid.thick.strokeWidth -> grid.thick.width
    • grid.thick.strokeDasharray -> grid.thick.dasharray
  • Add the support for inserting layers between paths and nodes.
  • Bump up deps.

Note: v0.0.8 has been reverted.