All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2017-08-12)
- Add
shouldCopyOnOutsideDrop
prop to enable copying of nodes that leave the tree (d6a9be9)
1.1.1 (2017-08-06)
- tree-to-tree: Fix node depth when dragging between trees (323ccad)
1.1.0 (2017-08-05)
- node-renderer: Make title and subtitle insertable via props (fff72c6)
1.0.0 (2017-08-05)
- External node offset was shifted (d1ae0eb)
- get rid of
dndWrapExternalSource
api (d103e9f)
- tree-to-tree: Enable tree-to-tree drag-and-drop (6986a23)
- Display droppable placeholder element when tree is empty (2cd371c)
- Add
prevPath
andprevTreeIndex
to theonMoveNode
callback (6986a23)
- Trees that are empty now display a placeholder element in their place instead of being simply empty.
dndWrapExternalSource
api no longer exists. You can achieve the same functionality and more with react-dnd APIs, as demonstrated in the storybook example.
0.1.21 (2017-07-15)
- Remove console.log left in after development (da27c47)
See the GitHub Releases for information on updates.