- 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
applyfunction #512 - Fix calculation of the placeholder width #526 #470
- Use
data-nodraginstead ofnodragattribute in the examples, as$uiTreeHelperservice 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.jsonshould reference only one copy ofangular-ui-tree.jsin 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-enabledoption + fixdata-drop-enabledoption (#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