Skip to content

Commit

Permalink
chore(*): version bump to 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
codef0rmerz committed Jan 1, 2016
1 parent 80856ac commit f932277
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

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

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


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

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

###v1.0.9 - breaking change
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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-dragdrop",
"version": "1.0.12",
"version": "1.0.13",
"description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
"author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-dragdrop",
"version": "1.0.12",
"version": "1.0.13",
"description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
"author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/angular-dragdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Implementing Drag and Drop functionality in AngularJS is easier than ever.
* Demo: http://codef0rmer.github.com/angular-dragdrop/
*
* @version 1.0.12
* @version 1.0.13
*
* (c) 2013 Amit Gharat a.k.a codef0rmer <[email protected]> - amitgharat.wordpress.com
*/
Expand Down
4 changes: 2 additions & 2 deletions src/angular-dragdrop.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f932277

Please sign in to comment.