Angular Tree Component Versions Save

A simple yet powerful tree component for Angular (>=2)

10.0.4

3 years ago

Bug Fixes

  • update lodash-es

9.0.5

3 years ago

Bug Fixes

  • update lodash-es

11.0.4

3 years ago

Bug Fixes

  • reverting change to add scroll eventhandler inside ng cd

10.0.3

3 years ago

Bug Fixes

  • reverting change to add scroll eventhandler inside ng cd

9.0.4

3 years ago

Bug Fixes

  • reverting change to add scroll eventhandler inside ng cd
  • do not load whole child collection with virtual scroll
  • update lodash-es

11.0.3

3 years ago

Bug Fixes

  • return TreeNode for first and last child

11.0.2

3 years ago

Bug Fixes

  • merge default and optional action mappings

11.0.1

3 years ago

Bug Fixes

  • remove log calls

11.0.0

3 years ago

Features

  • update to angular 11
  • remove lodash-es

BREAKING CHANGES

BEFORE:

getNodeById(predicate) - predicate needs to support lodash find method

AFTER:

getNodeById(predicate) - predicate needs to support javaScript find method

10.0.2

3 years ago

Bug Fixes