Releases: dash14/v-network-graph
Releases · dash14/v-network-graph
v0.7.0
Feature
- Added
exportAsSvgText()
and exportAsSvgElement()
functions to download SVGs with images embedded in data-uri(base64).
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
Feature
- Remove ". /style.css" path mapping in package.json.
- This was kept for backward compatibility.
v0.6.9
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
Bug Fix
- Fix unnecessary redraws and update notifications for nodes. (#83)
v0.6.7
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
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
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
Bug Fix
- Fix broken edge position calculation when replacing entire
layouts.nodes
(#71)
v0.6.3
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
Bug Fix
- Fix a bug in box-selection that the box remains when the cmd key is released before the mouse. (#21)