Browse Source

v1.2.0: Events, Nested, Drop text, IE11, iframe and etc

pull/369/head 1.2.0
RubaXa 10 years ago
parent
commit
b30ece99c5
  1. 4
      README.md
  2. 2
      Sortable.js
  3. 4
      Sortable.min.js
  4. 2
      bower.json
  5. 2
      component.json

4
README.md

@ -563,11 +563,11 @@ Link to the active instance.
```html
<!-- CDNJS :: Sortable (https://cdnjs.com/) -->
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.1.1/Sortable.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.2.0/Sortable.min.js"></script>
<!-- jsDelivr :: Sortable (http://www.jsdelivr.com/) -->
<script src="//cdn.jsdelivr.net/sortable/1.1.1/Sortable.min.js"></script>
<script src="//cdn.jsdelivr.net/sortable/1.2.0/Sortable.min.js"></script>
<!-- jsDelivr :: Sortable :: Latest (http://www.jsdelivr.com/) -->

2
Sortable.js

@ -1089,7 +1089,7 @@
};
Sortable.version = '1.1.1';
Sortable.version = '1.2.0';
/**

4
Sortable.min.js vendored

File diff suppressed because one or more lines are too long

2
bower.json

@ -1,7 +1,7 @@
{
"name": "Sortable",
"main": "Sortable.js",
"version": "1.1.1",
"version": "1.2.0",
"homepage": "http://rubaxa.github.io/Sortable/",
"authors": [
"RubaXa <ibnRubaXa@gmail.com>"

2
component.json

@ -1,7 +1,7 @@
{
"name": "Sortable",
"main": "Sortable.js",
"version": "1.1.1",
"version": "1.2.0",
"homepage": "http://rubaxa.github.io/Sortable/",
"repo": "RubaXa/Sortable",
"authors": [

Loading…
Cancel
Save