Releases: valor-software/ng2-tree
Releases · valor-software/ng2-tree
v2.0.0-rc.11
Bug Fixes
- tree-controller: handle change dection in expandToParent properly (#248) (d6414d5)
v2.0.0-rc.9
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
Features
- tree: unselect tree via controller (6c43391)
v2.0.0-rc.7
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
Bug Fixes
- checkboxes: get rid of performance issue with cyclic event firing; fix indetermined state (55b975e)
v2.0.0-rc.5
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
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.2
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)