🚀 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

2.10.0

Diff
voles
published 2.10.0 •

Changelog

Source

2.10.0

  • Fix crashing $nodesScope.$modelValue.length watch #574
  • Fix out of depth calculation #582
  • Update default styling to work with tables #572
  • Call the dragStart callback after setting up the variables #587
  • Add Angular 1.4.x as dependency #592
  • Put drag element to the $rootElement instead of the body #612
  • Add support for Browserify/Webpack #614
voles
published 2.9.0 •

Changelog

Source

2.9.0

  • Updated Bower package name to angular-ui-tree #568
  • Remove placeholder and cancel drop on drag out of bounds #550
  • Fix position detection on touch devices when using jQuery #554
voles
published 2.7.0 •

Changelog

Source

2.7.0

  • Fix edge case error when you have a single node with no parents and no children and and drop the node in the same place #510
  • Fix error in the apply function #512
  • Fix calculation of the placeholder width #526 #470