Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Releases: qjon/angular2-tree

v3.1.2

19 Sep 16:44
2c683b6
Compare
Choose a tag to compare

Changes:

  • fix Item template error
  • update bootstrap to 4.1.3

v3.1.0

17 Sep 19:10
b9e31e2
Compare
Choose a tag to compare

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
08e9d0f
Compare
Choose a tag to compare
  • 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
9fdd0bb
Compare
Choose a tag to compare
  • fix problem with building tree component in AOT
  • fix few small issues

v2.2.0

20 Dec 17:03
20818d6
Compare
Choose a tag to compare
  • 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
df4df56
Compare
Choose a tag to compare

Fix bug with adding new node to root

v2.1.0

06 Oct 18:06
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
Merge pull request #5 from qjon/develop

Add License

Fix demo

18 Feb 14:17
Compare
Choose a tag to compare
  • upgrade angular/cli to version beta.32.3
  • fix demo

Version 0.5.0

11 Feb 12:44
Compare
Choose a tag to compare
v0.5.0

0.5.0