Skip to content

Releases: codedamn/reactjs-graphs

Release list

v1.2.0

Choose a tag to compare

@mehulmpt mehulmpt released this 24 Dec 19:22

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

Choose a tag to compare

@mehulmpt mehulmpt released this 24 Dec 11:32

Release log

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