Skip to content

v0.5.16

Compare
Choose a tag to compare
@dash14 dash14 released this 19 May 14:07
· 265 commits to main since this release

Bug Fix

  • Fixed an issue where, in a situation with multiple v-network-graph instances, if there is an edge marker with the same parameters and the forward instance is hidden with display:none, the edge marker of the back instance will disappear. (#55)
    • Inside v-network-graph, markers have the same id value. Even though they are separate SVG documents, they seem to share the same display state within the page.
    • This issue has been confirmed to be reproducible in Chrome and Firefox. (Not tested on other browsers.)
    • Workaround: Include a unique number for each instance of v-network-graph to generate unique marker IDs in the page.