Skip to content

Collapsible nodes, d3 configurable, d3+react as peer deps

Pre-release
Pre-release
Compare
Choose a tag to compare
@danielcaldas danielcaldas released this 18 Sep 17:29
· 157 commits to master since this release

2.0.0-rc0

Full Changelog

Implemented enhancements:

  • Directional links are placed on top of each other #89

Fixed bugs:

  • Error re-rendering Graph when no config prop is set #81

Merged pull requests:

⚠️ Warning ⚠️

From now on d3 and react are peer dependencies, for you this means that you need to explicity add this dependencies to your package.json and install them as well.

...
"peerDependencies": {
        "d3": "^5.5.0",
        "react": "^16.4.1"
},
...