Skip to content

Releases: newcat/baklavajs

v1.7.4

16 Sep 18:52
Compare
Choose a tag to compare

v1.7.3

12 Sep 19:25
Compare
Choose a tag to compare
  • Fix #52 Changing cursor position via mouse not possible in textarea (Firefox) (thanks @andreibosco)

v1.7.2

22 Aug 23:20
Compare
Choose a tag to compare
  • Items in a SelectOption can now be changed (see #97)

v1.7.1

17 Aug 23:29
Compare
Choose a tag to compare
  • Added "advanced mode" for the SelectOption. It can now not only display items provided as a string array, but also an array of objects: { text: string, value: string }

v1.7.0

25 Jul 21:59
Compare
Choose a tag to compare

v1.6.1

18 Jul 21:57
Compare
Choose a tag to compare
  • Fixed call to addNode outside of Node constructor not triggering re-render of the Node (#90, thanks @Jet132)

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]