Skip to content

Commit 8ad5665

Browse files
committed
Release 0.9.11
1 parent 2fbc8b2 commit 8ad5665

File tree

5 files changed

+25
-21
lines changed

5 files changed

+25
-21
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[0.9.11] option tolerance accepts negative values
2+
rewrote enable/disable logic
3+
added (item|container)Path
4+
15
[0.9.10]Fix Array.indexOf() error in IE < 9 (Dev-Speranza)
26
serialize() assumes one subcontainer per item
37
remove call to stopPropagation()

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.10
1+
0.9.11

sortable.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"drag",
1010
"drop"
1111
],
12-
"version": "0.9.10",
12+
"version": "0.9.11",
1313
"author": {
1414
"name": "Jonas von Andrian"
1515
},
1616
"licenses": [
1717
{
1818
"type": "BSD-3",
19-
"url": "https://github.com/johnny/jquery-sortable/blob/0.9.10/LICENSE"
19+
"url": "https://github.com/johnny/jquery-sortable/blob/0.9.11/LICENSE"
2020
}
2121
],
2222
"bugs": "https://github.com/johnny/jquery-sortable/issues",

source/js/jquery-sortable-min.js

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

source/js/jquery-sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ===================================================
2-
* jquery-sortable.js v0.9.10
2+
* jquery-sortable.js v0.9.11
33
* http://johnny.github.com/jquery-sortable/
44
* ===================================================
55
* Copyright (c) 2012 Jonas von Andrian

0 commit comments

Comments
 (0)