Releases: CirclonGroup/angular-tree-component
Releases · CirclonGroup/angular-tree-component
10.0.4
9.0.5
Bug Fixes
- update lodash-es
11.0.4
Bug Fixes
- reverting change to add scroll eventhandler inside ng cd
10.0.3
Bug Fixes
- reverting change to add scroll eventhandler inside ng cd
9.0.4
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
Bug Fixes
- return TreeNode for first and last child
11.0.2
Bug Fixes
- merge default and optional action mappings
11.0.1
Bug Fixes
- remove log calls
11.0.0
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