Skip to content

Commit d5d6061

Browse files
committed
chore(*): version bump to 1.0.12
1 parent ce3bbb5 commit d5d6061

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
Implementing jQueryUI Drag and Drop functionality in AngularJS is easier than ever which is a wrapper for jQueryUI draggable/droppable components.
66

7+
###v1.0.12
8+
1. Supports insertInline option to simulate sortable functionality.
9+
2. Relies on ngAnimate for sortable animation from left/right.
10+
3. Checkout the demo in demo/dnd-insertInline.html
11+
712

813
##How to Use
914

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-dragdrop",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
55
"author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-dragdrop",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
55
"author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
66
"license": "MIT",

src/angular-dragdrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Implementing Drag and Drop functionality in AngularJS is easier than ever.
2323
* Demo: http://codef0rmer.github.com/angular-dragdrop/
2424
*
25-
* @version 1.0.11
25+
* @version 1.0.12
2626
*
2727
* (c) 2013 Amit Gharat a.k.a codef0rmer <amit.2006.it@gmail.com> - amitgharat.wordpress.com
2828
*/

src/angular-dragdrop.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)