Releases: newcat/baklavajs
Releases · newcat/baklavajs
v1.5.6
- 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
- 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]