Skip to content

Releases: CirclonGroup/angular-tree-component

10.0.4

01 Mar 12:52

Choose a tag to compare

Bug Fixes

  • update lodash-es

9.0.5

01 Mar 12:51

Choose a tag to compare

Bug Fixes

  • update lodash-es

11.0.4

23 Feb 15:03

Choose a tag to compare

Bug Fixes

  • reverting change to add scroll eventhandler inside ng cd

10.0.3

23 Feb 15:02

Choose a tag to compare

Bug Fixes

  • reverting change to add scroll eventhandler inside ng cd

9.0.4

23 Feb 15:01

Choose a tag to compare

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

18 Feb 08:13

Choose a tag to compare

Bug Fixes

  • return TreeNode for first and last child

11.0.2

16 Feb 14:33

Choose a tag to compare

Bug Fixes

  • merge default and optional action mappings

11.0.1

16 Feb 06:57

Choose a tag to compare

Bug Fixes

  • remove log calls

11.0.0

15 Feb 08:42

Choose a tag to compare

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

21 Dec 07:43

Choose a tag to compare

Bug Fixes