Support w/h in node.size, control node's label positioning, better arrow overlap computation
Implemented enhancements:
- make node.size accept both height and width #336
Fixed bugs:
- Passing an empty data.links array throws a warning #323
- renderLabel params are not working for single node #322
- The release version does not contain some fixes #314
Closed issues:
- Docs missing collapsible sandbox example #337
- Multiple Edges between 2 nodes #335
- Ability to display node labels in different positions relative to the node center #299
Merged pull requests:
- Added ability to configure a node's width and height separately #342 (terahn)
- Bump websocket-extensions from 0.1.3 to 0.1.4 #331 (dependabot[bot])
- Misc improvements cleanup from previous PRs #327 (danielcaldas)
- Add GitHub Actions Workflow for library CI #326 (danielcaldas)
- Fix/misc documentation sandbox improvements #315 (danielcaldas)
- Feature/initial zoom #289 (Morta1)
- Reorganizing the computation of arrows and links for circle nodes #271 (antoninklopp)