Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Releases: PioneerCode/pioneer-tree

2.1.0

04 Sep 01:25
d6e8aa8
Compare
Choose a tag to compare

Add

  • Ability to specify the depth you want the collapseAllNodes() function to collapse to.
const depth = 1;
pt.ptree.collapseAllNodes(depth);

2.0.3

31 Aug 16:27
73c4100
Compare
Choose a tag to compare

Add

  • Public interface to PioneerTreeComponent via IPioneerTreeComponent

2.0.2

24 Aug 19:49
7c459e5
Compare
Choose a tag to compare

Fixed

  • Marked the PioneerTreeService in the PioneerTreeComponent as public.
    This allows a @ViewChild reference to the component to have intellisense access.

2.0.1

05 Jun 16:59
Compare
Choose a tag to compare

Migration to => 5.x complete

2.0.0-rc.1

04 Jun 21:42
Compare
Choose a tag to compare

Added

  • Support for Angular >= 5.x
  • Utilizes native CLI package build.

Removed

  • Support for Angular < 5.x

Angular 4.x

22 May 19:47
01036f2
Compare
Choose a tag to compare

This marks the final release for Angular 4.x and below.