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

Latest commit

 

History

History
49 lines (31 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 1.29 KB

v2.1.0 (2018-09-02)

Add

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

v2.0.3 (2018-08-31)

Add

  • Public interface to PioneerTreeComponent via IPioneerTreeComponent

v2.0.1 (2018-08-24)

Fixed

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

v2.0.1 (2018-06-05)

Migration complete.

v2.0.0-rc.2 (2018-06-04)

Fixed

  • Expose IPioneerTreeConfiguration

v2.0.0-rc.1 (2018-06-04)

Added

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

Removed

  • Support for Angular < 5.x