Skip to content

Initial version

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajainarayanan ajainarayanan released this 09 Oct 16:24
· 57 commits to master since this release

Features

  • Has the core functionality,
    • Draw nodes & connections
    • Uses Redux to maintain the state of the DAG
    • Provides a way to hook additional functionality with reducers, enhancers & middlewares

Known limitations

  • Inability to add custom properties to nodes and connections
  • Incorrect unit testing. Right now the way react-dag imports jsPlumb is incorrect as the way jsPlumb exports itself as es6 module and umd module seemed to be different (Related issue - jsplumb#543)