Skip to content

Releases: codedamn/reactjs-graphs

v1.2.0

24 Dec 19:22
Compare
Choose a tag to compare

Release Notes

  • Changed the algorithm of how nodes are drawn. This one is better and handles more cases
  • Added centerInCanvas prop to center the graph
  • Added option to automatically calculate width of graph in case of dynamic elements with autoWidth prop

v1.1.0

24 Dec 11:32
Compare
Choose a tag to compare

Release log

  • Supports cyclic graphs with correct coordinates now.
  • labelFontSize added
  • disabled attribute added to vertex array passed [ not ready for production ]