Skip to content

v0.8.0

Compare
Choose a tag to compare
@artem-mangilev artem-mangilev released this 14 Jul 08:00
· 5 commits to main since this release
de2e6c1

What's Changed

Features

  • 🍢 Added the mode property for ConnectionSettings with the following values:
    • strict: The default mode where connections can only be made strictly from source to target handle.
    • loose: A mode where the handle type is ignored, allowing any handle to connect with any other handle.
  • 🔍 Added documentPointToFlowPoint() to VflowComponent for converting a point received from the document to a point on the flow.

Fixes

  • 🐛 Fixed incorrect handle positions on default nodes when the page with the flow was reloaded and the tab was not active.

Docs

Full Changelog: v0.7.0...v0.8.0