Skip to content

Commit

Permalink
v1.3.0: Improved stability and performance on touch devices; Added a …
Browse files Browse the repository at this point in the history
…new option `chosenClass`

And so on: #558, #547, #542, #537, #532, #516, #500, #489, #489, #447, #475, #459, ##422, #411, #356
  • Loading branch information
RubaXa committed Sep 22, 2015
1 parent 16bf388 commit 385f03e
Show file tree
Hide file tree
Showing 5 changed files with 1,406 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,6 @@


// Export
Sortable.version = '1.3.0-rc2';
Sortable.version = '1.3.0';
return Sortable;
});
4 changes: 2 additions & 2 deletions Sortable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Sortable",
"main": "Sortable.js",
"version": "1.3.0-rc2",
"version": "1.3.0",
"homepage": "http://rubaxa.github.io/Sortable/",
"repo": "RubaXa/Sortable",
"authors": [
Expand Down
Loading

0 comments on commit 385f03e

Please sign in to comment.