Skip to content

Releases: dash14/v-network-graph

v0.0.7

20 Aug 14:53
Compare
Choose a tag to compare
  • Add "browser" entry to package.json
  • Bump deps (Vue to 3.2.4)

v0.0.6

18 Aug 15:00
Compare
Choose a tag to compare
  • Fix output of SVG data smaller than the displayed size when downloading it.
  • Fix edge and path animations being interrupted momentarily every 10 seconds.

v0.0.5

17 Aug 16:19
Compare
Choose a tag to compare
  • Changed to output SVG data with scaling to the displayed size.
  • Remove unnecessary strings when get SVG as data.
  • Add class name when node/edge is in hover/selected state.
  • Rewrite the components to the SFC setup format.
  • Bump deps (Vue to 3.2.3)

v0.0.4

17 Aug 13:44
Compare
Choose a tag to compare
  • Add the feature to show edge labels.
  • Add the feature to add a background to labels.
  • Add edge:pointerover/out event support.
  • Improve performance of recalculation for drawing.
  • Bump Vue to 3.2.2
  • Fix minor bugs.

v0.0.3

15 Aug 06:44
Compare
Choose a tag to compare
  • Add paths overlay support
  • Change to suppress recalculation of node config
  • Change to ignore clicking on other objects when multiple objects are selected (dash14)
  • Fix minor bugs
  • Bump deps

v0.0.2

11 Aug 17:04
Compare
Choose a tag to compare
  • Add "view:resize" event.
  • Add the grid layer.
  • Add the ability to override node/node-labels with named slot.
  • Add the ability to insert the default slot into the root of SVG.
  • Remove unnecessary installs of Vue components.

v0.0.1

11 Aug 16:57
Compare
Choose a tag to compare
  • Initial release