Skip to content

Commit f932277

Browse files
committed
chore(*): version bump to 1.0.13
1 parent 80856ac commit f932277

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

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

11-
###v1.0.12
12-
1. Supports insertInline option to simulate sortable functionality.
13-
2. Relies on ngAnimate for sortable animation from left/right.
14-
3. Checkout the demo in demo/dnd-insertInline.html
11+
###v1.0.13
12+
1. Allow to animate back on beforeDrop-cancel event if jqyouioptions.revertDuration is set
13+
2. Pass right context in case of CtrlAs syntax
14+
3. Add vertical sortable example in demo/dnd-insertInline.html
1515

1616

1717
##How to Use
@@ -81,6 +81,10 @@ Implementing jQueryUI Drag and Drop functionality in AngularJS is easier than ev
8181
##Demo
8282
Demo is [here](http://codef0rmer.github.io/angular-dragdrop/#/)
8383

84+
###v1.0.12
85+
1. Supports insertInline option to simulate sortable functionality.
86+
2. Relies on ngAnimate for sortable animation from left/right.
87+
3. Checkout the demo in demo/dnd-insertInline.html
8488

8589
###v1.0.9 - breaking change
8690
1. Draggable and Droppable will not be [deep copied](https://egghead.io/lessons/angularjs-angular-copy-for-deep-copy) by default unlike previous versions. Use `deepCopy` option if prototypical inheritance is not required.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-dragdrop",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-dragdrop",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
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

+1-1
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.12
25+
* @version 1.0.13
2626
*
2727
* (c) 2013 Amit Gharat a.k.a codef0rmer <[email protected]> - amitgharat.wordpress.com
2828
*/

src/angular-dragdrop.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)