Ngx Tree Dnd Versions Save

Angular 7 support, data sortable draggable smart tree.

2.5.0

5 years ago
  • add showRootActionButtons option in config for show/hide only root action buttons.
  • add confarmation before delete node element.
  • add 3 new events: 'onStartDeleteItem', 'onFinishDeleteItem', 'onCancelDeleteItem'.
  • event 'onremoveitem' was removed.

2.4.3

5 years ago
  • added ability to create direct children from the root ( After njofce PR )

2.4.2

5 years ago

2.4.1

5 years ago
  • (IMPORTANT) Remove onrenameitem event
  • add onStartRenameItem
  • add onFinishRenameItem
  • update docs and stackblitz

2.3.2

5 years ago
  • Fix onremoveitem event

2.3.0

5 years ago
  • Update dependency

2.2.5

5 years ago
  • Fix documentation ( now in show correct example ).

2.2.3

5 years ago
  • Add code coverage support in codecov.io
  • fixed error with font-awesome modules dependency. Now they deepened to project.

2.2.1

5 years ago
  • Travis CI build now passing.
  • Spec tests run status: success.

2.1.8

5 years ago
  • Fix all finded bugs.
  • Fully rewrite logic of tree.
  • Sortable/draggable tree.
  • New options on items.
  • new settings on config.
  • Work faster.