- Added support for rightClick event
- frewsxcv/graphosaurus#76
- Added functions for purging all nodes/edges
- frewsxcv/graphosaurus#71
Graph
can now add multiple nodes/edges at the same time- frewsxcv/graphosaurus#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