Skip to content

Releases: valor-software/ng2-tree

v2.0.0-rc.11

03 Apr 07:13
Compare
Choose a tag to compare
v2.0.0-rc.11 Pre-release
Pre-release

Bug Fixes

  • tree-controller: handle change dection in expandToParent properly (#248) (d6414d5)

v2.0.0-rc.10

02 Apr 20:41
Compare
Choose a tag to compare
v2.0.0-rc.10 Pre-release
Pre-release

Features

v2.0.0-rc.9

22 Feb 09:41
Compare
Choose a tag to compare
v2.0.0-rc.9 Pre-release
Pre-release

Bug Fixes

  • custom-menu: close menu when custom menu item gets clicked (#218) (ae75381)
  • types: export missed type definitions (8335cf9)

Features

  • selection: add ability to allow and forbid a node selection (closes #220) (#221) (12852c9)
  • tree: unselect tree via controller (6c43391)

v2.0.0-rc.8

20 Feb 19:53
Compare
Choose a tag to compare
v2.0.0-rc.8 Pre-release
Pre-release

Features

  • tree: unselect tree via controller (6c43391)

v2.0.0-rc.7

18 Feb 19:38
Compare
Choose a tag to compare
v2.0.0-rc.7 Pre-release
Pre-release

Bug Fixes

  • checkboxes: get rid of performance issue with cyclic event firing; fix indetermined state (55b975e)
  • custom-menu: close menu when custom menu item gets clicked (#218) (ae75381)

Features

  • selection: add ability to allow and forbid a node selection (closes #220) (#221) (12852c9)

v2.0.0-rc.6

12 Feb 09:48
Compare
Choose a tag to compare
v2.0.0-rc.6 Pre-release
Pre-release

Bug Fixes

  • checkboxes: get rid of performance issue with cyclic event firing; fix indetermined state (55b975e)

v2.0.0-rc.5

11 Feb 17:07
Compare
Choose a tag to compare
v2.0.0-rc.5 Pre-release
Pre-release

Bug Fixes

  • dragndrop: check whether stopPropagation is available on event (closes #115) (93b5f9c)
  • tree: add method for creating children asynchronously (closes #204) (72cfcb6)
  • tree: does not collapse root node when it is hidden (closes #209) (9aaa065)

Features

v2.0.0-rc.4

25 Nov 10:20
Compare
Choose a tag to compare
v2.0.0-rc.4 Pre-release
Pre-release

Bug Fixes

  • export noop function from rxjs-imports in order to force ngc to generate a proper metadata.json file. Closes #175 (#177) (c0aab34)

v2.0.0-rc.3

24 Nov 19:14
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

Bug Fixes

v2.0.0-rc.2

19 Nov 21:39
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

Bug Fixes

  • TreeController: populate new nodes with ids unless they have them. Closes #145 (3d0826a)

Features

  • node-menu: bring custom menu items to the node menu. Closes #48, closes #53, closes #25, closes #161 (#170) (d776886)
  • tree: make it possible to collapse a tree on a first load. Closes #102 (be42398)
  • Tree: adds ability to acquire tree underlying model (#168). Closes #147 (68c4dcf)