Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

52 lines (33 loc) · 2.92 KB

2.9.1

  • Modified the calculation of the drag element position to take into account edge cases
  • Fixed the jshintrc to prevent error on Jasmine functions

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

2.8.0

  • Rename $uiTreeHelper service to UiTreeHelper #534
  • Nodrop, clone, and dirty-checking fixes #525

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

2.6.0

  • Use data-nodrag instead of nodrag attribute in the examples, as $uiTreeHelper service looks for the first one #468
  • Drag-dropping a node in the same position and container no longer removes and re-adds it to its parent node array #485
  • bower.json should reference only one copy of angular-ui-tree.js in main #488

2.5.0

  • Prevents child node scope with no children to be counted in depth #388
  • Fix callback errors when we have intermediate isolated scopes #423
  • Rename API attribute for toggling the empty placeholder #450

2.4.0

  • Added JSCS validation task #441
  • Bugfix data-drag-delay to actually delay dragStart #444

2.3.0

  • Add data-clone-enabled option + fix data-drop-enabled option (#411)
  • Replaced Grunt with Gulp for the build process (#435)
  • Fixed memory leak #421

2.2.0

2.1.5 (2014-07-31)

  • latest release without CHANGELOG