Skip to content

Releases: newcat/baklavajs

v1.6.0

01 Jun 15:09
Compare
Choose a tag to compare
  • Fix: The coordinates for the connections between nodes are now actually determined by the __port element instead of just the position of the node interface. This allows moving the __port element with CSS without visually breaking the connections.
  • Added the useStraightConnections option to the ViewPlugin. This will draw a line between two node interfaces instead of a bezier curve.

v1.5.6

06 May 22:56
Compare
Choose a tag to compare
  • Fixed createBaklava method in the baklavajs bundle. The previous versions didn't include the ViewPlugin instance in the data of the component, so e. g. moving nodes was impossible due to missing reactivity.

v1.5.5

25 Apr 23:54
Compare
Choose a tag to compare
  • Removed preventDefault from mousedown event on the node title. Therefore, other elements will now properly emit a blur event, when they are focused and a node is being dragged [#59]