Releases: dash14/v-network-graph
Releases · dash14/v-network-graph
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.
v0.0.9
- 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.