Skip to content

A feature rich minor release with first take on API calls, editor features, and better layout functionality.

Compare
Choose a tag to compare
released this 18 Aug 16:18
· 518 commits to master since this release

Major refactor of application architecture for better optimization, easy extensibility, and code readability.
Greater separation of data and rendering, which will aid future features such as swappable renderers.

  • FEATURE: Node and Edge Editor
  • FEATURE: API calls for grabbing edited data
  • FEATURE: Edge Captions
  • FEATURE: Directed Edges
  • FEATURE: Curved Edges
  • FEATURE: Dynamic Clustering
  • BUG: #156 and #214 Control Dash respects SVG boundaries as well as always being ontop of graph elements.
  • BUG: #236 Clustering reuses clusterColours if not enough are defined. Cluster values can now be of any type.
  • BUG: #143 SVG now resizes with container.
  • BUG: #278 Consistent zoom behavior.
  • OTHER: #282 More intuitive defaults for node and edge interaction
  • DOCS: Use Jekyll instead of mkdocs