Releases: dash14/v-network-graph
Releases Β· dash14/v-network-graph
v0.9.9
v0.9.8
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
BREAKING CHANGE
- Fix to let d3-force determine the initial position of nodes when using ForceLayout
- Before the fix, initial positions were initialized with {x:0, y:0}, which caused nodes to rebound against each other more than necessary in the initial tick.
- As a result of this fix, if layouts were being generated as expected by making full use of the d3-force parameters, it may need to be readjusted.
v0.9.2
Features
- Add
<v-style>
component alternatives for<defs><component is="style"> ~ </component></defs>
. - Modify d3-force layout simulation can be run with tick manually for static graph.
- Fix layout not being applied when manually executing d3 ticks
- Add
ticked()
method toForceLayout
class for applying layout with ticked manually - Add
noAutoRestartSimulation
option forForceLayout
class
v0.9.1
Features
- There is no change from v0.8.x in features.
Dependencies and Build Changes
- Change d3-force installation to optional.
- If
ForceLayout
is used, it must be manually addedd3-force
to the project.
- If
- Change build destination path.
- UMD format
- lib/*.js -> umd/*.js
- ES Module format
- lib/*.mjs -> lib/*.js
- UMD format
- Reorganize bundles.
- UMD format
- Remove
d3-force
from bundles
- Remove
- ES Module format
- Remove
d3-force
,lodash-es
from bundles
- Remove
- UMD format