🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

angular-ui-tree

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ui-tree - npm Package Versions

13

2.21.0

Diff
jacobscarter
published 2.21.0 •

Changelog

Source

2.21.0

  • 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
jacobscarter
published 2.20.0 •

Changelog

Source

2.20.0

  • 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
jacobscarter
published 2.19.0 •

Changelog

Source

2.19.0

  • Fix error caused by version rollback.
jacobscarter
published 2.18.0 •

Changelog

Source

2.18.0

  • Enable setting a numeric value for the expand-on-hover attribute #812
voles
published 2.16.0 •

Changelog

Source

2.16.0

  • 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.
voles
published 2.14.0 •

Changelog

Source

2.14.0

  • Include the CSS source files in the build #685
  • Fix Callback Routing #673
  • Update to Node v4.2.4 #696
voles
published 2.15.0 •

Changelog

Source

2.15.0

  • Remove scope dependency #648
voles
published 2.13.0 •

Changelog

Source

2.13.0

  • 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
voles
published 2.12.0 •

Changelog

Source

2.12.0

  • 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
voles
published 2.11.0 •

Changelog

Source

2.11.0

  • Reset placeholder display attribute instead of changing it to block #631
  • Firefox issue where tree offset is wrong if scrolled horizontally #626
  • Fix Cannot read property '$type' of undefined" error / issue #674
  • Remove line which sets the placeholder width explicitly #642
  • Added a demo using a table #656
  • Fix drop placeholder for tables #654
  • Fix empty tree element for tables #655
  • Fix Cannot read property 'childNodes' of undefined #650
  • Remove duplicate license entry in package.json #658