Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

91 lines (48 loc) · 1.21 KB

Change Log

1.5.0

Aug 19, 2021

Added

  • add APIs for manual sort and placeholder
  • add open / close methods for control open state of nodes.

Fixed

  • type inference for custom data types is not working.

1.4.3

July 17, 2021

Fixed

  • incorrect parameters passed to the canDrop callback.
  • mouse cursor becomes the default pointer when hovering over an area that cannot be dropped.

1.4.2

July 08, 2021

Added

  • add canDrag API to control dragging.

Fixed

  • unable to select text in a text field in a node by mouse dragging.

1.4.1

June 02, 2021

Added

  • support touch device.

1.3.2

Apr 22, 2021

Security

  • update all dependencies.

1.3.1

Apr 20, 2021

Fixed

  • fail drop into root container when rootId is string.
  • dropTarget in canDrop parameter is incrrect.

1.3.0

Apr 12, 2021

Added

  • add canDrop API.

1.2.0

Apr 05, 2021

Added

  • add hasChild argument to render function.

1.1.0

Apr 02, 2021

Added

  • 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.

1.0.0

Jan 25, 2021

Initial major release.