Releases: qjon/angular2-tree
Releases · qjon/angular2-tree
v3.1.2
19 Sep 16:44
Compare
Sorry, something went wrong.
No results found
Changes:
fix Item template error
update bootstrap to 4.1.3
v3.1.0
17 Sep 19:10
Compare
Sorry, something went wrong.
No results found
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
move information about expanded nodes from TreeItemComponent to store , these cause that isExpanded is now @input () property for TreeItemComponent
TreeItemComponent has new @input () property isSelected
small changes in expand animation
fix issue - when add new node parent node was expanded but not loaded
v3.0.0: Merge pull request #18 from qjon/develop
24 May 17:35
Compare
Sorry, something went wrong.
No results found
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
04 Mar 08:10
Compare
Sorry, something went wrong.
No results found
fix problem with building tree component in AOT
fix few small issues
v2.2.0
20 Dec 17:03
Compare
Sorry, something went wrong.
No results found
add forRoot static method
change translation module to ng2-translate
upgrade angular to verison ^5.0.0
upgrade @ngrx/store to version ^4.1.0
rename selector ri-tree
v2.1.1
04 Nov 19:50
Compare
Sorry, something went wrong.
No results found
Fix bug with adding new node to root
v2.1.0
06 Oct 18:06
Compare
Sorry, something went wrong.
No results found
add translation module
drop elements on tree nodes
update and lock of some npm package versions
add possibility to animate action collapse and expand nodes of tree, using in configuration property isAnimation: true
v2.0.1
03 Aug 16:03
Compare
Sorry, something went wrong.
No results found
Merge pull request #5 from qjon/develop
Add License
Fix demo
18 Feb 14:17
Compare
Sorry, something went wrong.
No results found
upgrade angular/cli to version beta.32.3
fix demo
Version 0.5.0
11 Feb 12:44
Compare
Sorry, something went wrong.
No results found