Releases: dash14/v-network-graph
Releases · dash14/v-network-graph
v0.1.9
- 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
- Fix a bug that fixed placement of nodes in d3 force layout was not reflected in the
layouts
props.
v0.1.6
- 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
- Change the order in which edges are lined up.
- Fix displacement of edge display when new edges are summarized.
v0.1.4
- 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
- Fix the zooming problem when zero nodes are displayed.
- Bump up deps.
v0.1.2
- 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
- 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
- Add support for markers (e.g. arrows) on edges. (#1)
- Bump up deps
v0.0.10
- Fix a bug that caused the node:pointerout event to fire twice.