Skip to content

v2.4.1

Compare
Choose a tag to compare
@newcat newcat released this 19 Feb 01:47
· 23 commits to master since this release
  • Deprecate EditorComponent export of @baklavajs/renderer-vue, use BaklavaEditor instead
  • Fix graph templates not getting cleared when loading (#384) (PR #383) (thanks @yojeek)
  • Fix selection box selecting wrong nodes when editor is not at the top-left corner of the page (#382)
  • Fix nested subgraphs causing errors on creation (#376)
  • Fix node interface with allowMultipleConnections: true not handled correctly in a graph node (#377)
  • Update docs to use <script setup> for basic setup