Skip to content

Releases: CirclonGroup/angular-tree-component

10.0.4

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 01 Mar 12:52

Bug Fixes

  • update lodash-es

9.0.5

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 01 Mar 12:51

Bug Fixes

  • update lodash-es

11.0.4

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 23 Feb 15:03

Bug Fixes

  • reverting change to add scroll eventhandler inside ng cd

10.0.3

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 23 Feb 15:02

Bug Fixes

  • reverting change to add scroll eventhandler inside ng cd

9.0.4

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 23 Feb 15:01

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

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 18 Feb 08:13

Bug Fixes

  • return TreeNode for first and last child

11.0.2

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 16 Feb 14:33

Bug Fixes

  • merge default and optional action mappings

11.0.1

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 16 Feb 06:57

Bug Fixes

  • remove log calls

11.0.0

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 15 Feb 08:42

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

Choose a tag to compare

@tobiasengelhardt tobiasengelhardt released this 21 Dec 07:43

Bug Fixes