Skip to content

Commit 6434583

Browse files
author
Niels Dequeker
committed
Update version information for v2.4.0
1 parent b6dc364 commit 6434583

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.4.0
2+
3+
* Added JSCS validation task [#441](https://github.com/angular-ui-tree/angular-ui-tree/pull/441)
4+
* Bugfix `data-drag-delay` to actually delay `dragStart` [#444](https://github.com/angular-ui-tree/angular-ui-tree/pull/444)
5+
16
# 2.3.0
27

38
* Add `data-clone-enabled` option + fix `data-drop-enabled` option ([#411](https://github.com/angular-ui-tree/angular-ui-tree/pull/411))

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"name": "angular-ui-tree",
3-
"version": "2.1.5",
4-
"homepage": "https://github.com/JimLiu/angular-ui-tree",
2+
"name": "AngularJS UI Tree",
3+
"version": "2.4.0",
4+
"homepage": "https://github.com/angular-ui-tree/angular-ui-tree",
55
"authors": [
66
"Jim Liu <https://github.com/JimLiu>",
77
"Voles <https://github.com/Voles>"
88
],
99
"description": "Tree directive for AngularJS",
1010
"main": [
1111
"dist/angular-ui-tree.js",
12+
"dist/angular-ui-tree.min.js",
1213
"dist/angular-ui-tree.min.css"
1314
],
1415
"keywords": [

dist/angular-ui-tree.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.3.0
2+
* @license Angular UI Tree v2.4.0
33
* (c) 2010-2015. https://github.com/angular-ui-tree/angular-ui-tree
44
* License: MIT
55
*/

dist/angular-ui-tree.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "Angular-NestedSortable",
3-
"version": "2.1.5",
2+
"name": "AngularJS UI Tree",
3+
"version": "2.4.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",
7-
"url": "https://github.com/JimLiu/angular-ui-tree"
7+
"url": "https://github.com/angular-ui-tree/angular-ui-tree"
88
},
99
"devDependencies": {
1010
"connect-livereload": "^0.5.2",

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.3.0
2+
* @license Angular UI Tree v2.4.0
33
* (c) 2010-2015. https://github.com/angular-ui-tree/angular-ui-tree
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)