This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Releases: qjon/angular2-tree
Releases · qjon/angular2-tree
v3.1.2
v3.1.0
Changes:
- change tree model initialize and injecting NodeService
- add NestJS server with new TreeTwoNodeBackendService angular service to show how Tree works with real backend (details in Demo section)
- actions and reducer
- change events from TreeActionService to TreeActionTypes (the first one will be removed in 4.0.0)
- rewrite actions from one class to many simpler classes
- create one type TreeAction which cover all tree actions
- rewrite TreeItemComponent - improved performance and reduce code
- fix issue - when add new node parent node was expanded but not loaded
v3.0.0: Merge pull request #18 from qjon/develop
- change the way of injecting NodeService provider
- save in store: tree root nodes list, tree configuration and selected node
- display current selected node parents path with navigation
- add possibility to open path of the tree
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.1
Fix demo
Version 0.5.0
v0.5.0 0.5.0