- Added support for rightClick event
- #76
- Added functions for purging all nodes/edges
- #71
Graph
can now add multiple nodes/edges at the same time- #69
get
prefix on method names removed- Fix bug where graphs don't get draw with fewer than six nodes
- Upgrade from THREE 0.73.0 to THREE 0.75.0
- Frame will automatically update internal data when Node/Edge added to Graph
- 'incremental' example added