- Remove scope dependency #648
- 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
- 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
- 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
- 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
- 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
- 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
- Use
data-nodrag
instead ofnodrag
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 ofangular-ui-tree.js
in main #488
- 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
- Add
data-clone-enabled
option + fixdata-drop-enabled
option (#411) - Replaced Grunt with Gulp for the build process (#435)
- Fixed memory leak #421
- release has been reverted to v2.1.5
- latest release without CHANGELOG