Skip to content

Commit 385f03e

Browse files
committed
v1.3.0: Improved stability and performance on touch devices; Added a new option chosenClass
And so on: #558, #547, #542, #537, #532, #516, #500, #489, #489, #447, #475, #459, ##422, #411, #356
1 parent 16bf388 commit 385f03e

File tree

5 files changed

+1406
-5
lines changed

5 files changed

+1406
-5
lines changed

Sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,6 @@
12431243

12441244

12451245
// Export
1246-
Sortable.version = '1.3.0-rc2';
1246+
Sortable.version = '1.3.0';
12471247
return Sortable;
12481248
});

Sortable.min.js

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

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Sortable",
33
"main": "Sortable.js",
4-
"version": "1.3.0-rc2",
4+
"version": "1.3.0",
55
"homepage": "http://rubaxa.github.io/Sortable/",
66
"repo": "RubaXa/Sortable",
77
"authors": [

0 commit comments

Comments
 (0)