Angular Ui Tree Versions Save

A tree component for AngularJS, without jQuery as dependency.

v2.21.0

7 years ago
  • New ui-tree-node attribute data-scroll-container allows for specifying any valid querySelector argument to scroll relative to the dragged node.
  • Fixes Issues #49, #644, #158, and #544

v2.20.0

7 years ago
  • Performance Improvements by skipping dragDelay when no delay is specified
  • Corrected error with ESC key not cancelling drag #799
  • Corrected error where dropping on a noDrop clone tree would add node to second tree Example of Error

v2.19.0

7 years ago

Created because v2.18.0 was released with regressions and breaks. See #821 for more info.

v2.17.0

7 years ago
  • Updated Angular/angularfire references in bower.json
  • Re-introduced feature to expand collapsed nodes when hovering another node #783

v2.16.0

7 years ago
  • Updated Angular references to include 1.5
  • Fixed issue dragging and dropping a node into an empty tree
  • Added new callback for a toggle event that fires when any node is expanded or collapsed.
  • Fixed drag/drop error that occurred when the ng-app was attached to document.

v2.18.0

7 years ago
  • Enable setting a numeric value for the expand-on-hover attribute #812

v2.15.0

8 years ago
  • Remove scope dependency #648

v2.14.0

8 years ago
  • Include the CSS source files in the build #685
  • Fix Callback Routing #673
  • Update to Node v4.2.4 #696

v2.13.0

8 years ago
  • Bind keydown handler to document #636
  • Ability to change whether nodes should be collapsed or expanded by default #643
  • Drag & drop Protractor tests #638
  • Fix #680 (drag-drop not working if beforeDrop is not implemented) #683

v2.12.0

8 years ago
  • Use this.sourceInfo.cloneModel instead #627
  • Add documentation for cloneModel #660
  • Fix accept() to check $treeScope.nodropEnabled #665
  • Add information about styling to the README file #666
  • #507 Promise support callbacks #589