Skip to content

v0.10.0

Compare
Choose a tag to compare
@tokarchyn tokarchyn released this 06 Sep 20:12
· 12 commits to main since this release

BREAKING CHANGES

  • From now node ports should be defined either in node type or in individual node state. Component <Port/> is used only to specify where port should be rendered. See additional information in documentation
  • Callbacks were completely changed. Callbacks documentation.
  • Rename extra properties to data.
  • Rename zoom to fit setting callOnLoad to callOnImportState.
  • Fix type for tranlsateAndZoomInto -> translateAndZoomInto.
  • Add and refactor methods in NodesStore and LinksStore.
  • Render <Diagram/> and <DiagramInner/> child.
  • Fix removeSelectedCommand.