Skip to content

Commit b6827e2

Browse files
author
Niels Dequeker
committed
Update version information for v2.7.0
1 parent 854f94b commit b6827e2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.7.0
2+
3+
* 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](https://github.com/angular-ui-tree/angular-ui-tree/pull/510)
4+
* Fix error in the `apply` function [#512](https://github.com/angular-ui-tree/angular-ui-tree/pull/512)
5+
* Fix calculation of the placeholder width [#526](https://github.com/angular-ui-tree/angular-ui-tree/pull/526) [#470](https://github.com/angular-ui-tree/angular-ui-tree/pull/470)
6+
17
# 2.6.0
28

39
* Use `data-nodrag` instead of `nodrag` attribute in the examples, as `$uiTreeHelper` service looks for the first one [#468](https://github.com/angular-ui-tree/angular-ui-tree/pull/468)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AngularJS UI Tree",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"homepage": "https://github.com/angular-ui-tree/angular-ui-tree",
55
"authors": [
66
"Jim Liu <https://github.com/JimLiu>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-tree",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery",
55
"repository": {
66
"type": "git",

source/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular UI Tree v2.6.0
2+
* @license Angular UI Tree v2.7.0
33
* (c) 2010-2015. https://github.com/angular-ui-tree/angular-ui-tree
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)