Skip to content

Releases: Zicrael/ngx-tree-dnd

Add new features

15 Jan 15:54
6b372a8

Choose a tag to compare

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

ability to create direct children from the root

06 Jan 17:22
daf954d

Choose a tag to compare

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

Fix issue with onadditem event.

04 Jan 16:41
bd69d36

Choose a tag to compare

Merge pull request #24 from Zicrael/dev-branch

2.4.2 version ( fix onAddItem ) + fix event object

Changes in edit events

28 Dec 11:42
afcbab4

Choose a tag to compare

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

Fix issues

29 Nov 09:21
b224e65

Choose a tag to compare

  • Fix onremoveitem event

Update to Angular 7

21 Nov 10:03
2e31233

Choose a tag to compare

  • Update dependency

Fix docs

11 Oct 13:34

Choose a tag to compare

  • Fix documentation ( now in show correct example ).

v 2.2.3 release

06 Sep 09:10

Choose a tag to compare

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

Fixed build errors

01 Sep 15:47

Choose a tag to compare

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

v2.1.8 stable

13 Jul 13:56

Choose a tag to compare

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