Skip to content

Releases: dash14/v-network-graph

v0.7.0

22 Nov 15:44
Compare
Choose a tag to compare

Feature

BREAKING CHANGES

  • Change style class names as well as discontinued scoped style.
    • Style class names are not documented, but if overwritten, please take care when updating.

v0.6.10

25 Sep 15:59
Compare
Choose a tag to compare

Feature

  • Remove ". /style.css" path mapping in package.json.
    • This was kept for backward compatibility.

v0.6.9

20 Sep 14:41
Compare
Choose a tag to compare

Feature

  • Support for self-loop edge display
    • This implementation is a simplified one and, different from normal edges, has the following limitations.
      • No label can be displayed.
      • Multiple edges cannot be summarized on a single line.
      • Supports only circle as node type
    • example

v0.6.8

04 Sep 13:32
Compare
Choose a tag to compare

Bug Fix

  • Fix unnecessary redraws and update notifications for nodes. (#83)

v0.6.7

24 Aug 00:37
Compare
Choose a tag to compare

Bug Fixes

  • Fix to avoid exception in path drawing when node position is not specified. (#82)
    • This was occurring when the node position was not specified and the boundaries of the node needed to be calculated.

Improvement

  • Modify default size specification of the component to 0 specificity.
    • It is easier to override the display size using css.
  • Migrate Vite version to 3.x

v0.6.6

11 Aug 22:36
Compare
Choose a tag to compare

Bug Fixes

  • Fix an issue where square ratios were unintentionally kept in the absence of an explicit css height specification. (#75)
  • Remove style attribute from getAsSvg() result string.

v0.6.5

12 Jul 16:34
Compare
Choose a tag to compare

Bug Fix

  • Fix a problem where changes in node positions could not be tracked, when the nodes were not present and the reference to layouts.nodes was overwritten. (#71)

v0.6.4

10 Jul 14:42
Compare
Choose a tag to compare

Bug Fix

  • Fix broken edge position calculation when replacing entire layouts.nodes (#71)

v0.6.3

30 Jun 14:20
Compare
Choose a tag to compare

Bug Fix

  • Fix to not raise an error even if the node pointed to by the edge does not exist, in ForceLayout. (#68)

v0.6.2

28 Jun 14:22
Compare
Choose a tag to compare

Bug Fix

  • Fix a bug in box-selection that the box remains when the cmd key is released before the mouse. (#21)