Aug 19, 2021
- add APIs for manual sort and placeholder
- add open / close methods for control open state of nodes.
- type inference for custom data types is not working.
July 17, 2021
- incorrect parameters passed to the canDrop callback.
- mouse cursor becomes the default pointer when hovering over an area that cannot be dropped.
July 08, 2021
- add
canDrag
API to control dragging.
- unable to select text in a text field in a node by mouse dragging.
June 02, 2021
- support touch device.
Apr 22, 2021
- update all dependencies.
Apr 20, 2021
- fail drop into root container when
rootId
is string. - dropTarget in canDrop parameter is incrrect.
Apr 12, 2021
- add
canDrop
API.
Apr 05, 2021
- add
hasChild
argument to render function.
Apr 02, 2021
- add initialOpen API to control the opening and closing state of the node in the initial state of the component.
- add sort API to control the sorting of nodes.
Jan 25, 2021
Initial major release.