Aaron Job
1e92db51f8
updated with suggestions from @RubaXa
8 years ago
Aaron Job
b3c6d8b7ea
added in evt as path is a pro of that
8 years ago
Aaron Job
6d2d56d442
added ability to use a handle that is in a shadow dom
8 years ago
Lebedev Konstantin
a4d5aa15f4
#902 : * clearSelection
8 years ago
Lebedev Konstantin
c85767e52f
Merge pull request #903 from massanho/fix-jshint
...
fix errors reported by jshint
8 years ago
anerth
ac8e1e2bbf
fix problem with jshint and exact check of null
8 years ago
anerth
71ea5b82e4
fix errors reported by jshint
8 years ago
anerth
5c7a897e27
Currently in IE9 dragging an element does select the text because document.selection.empty() does fire to early. Adding the timeout fixes this problem.
8 years ago
Lebedev Konstantin
efa74e65a0
* typo
8 years ago
Lebedev Konstantin
e87d68d0e2
[MOVED] https://github.com/SortableJS/angular-legacy-sortablejs
8 years ago
RubaXa
82fdb4dccf
* upper
8 years ago
RubaXa
a7f3b28fba
+Bindings
8 years ago
RubaXa
605dbc59cb
* es
8 years ago
RubaXa
4756be09b2
* react
8 years ago
RubaXa
fb57b98b61
[MOVED] https://github.com/SortableJS/react-mixin-sortablejs
8 years ago
Lebedev Konstantin
cc39770685
* MOVED
9 years ago
Lebedev Konstantin
69fe74ed85
Merge branch 'nulling'
9 years ago
Lebedev Konstantin
269ea9fe50
Merge pull request #892 from RubaXa/revert-864-fix-destroy
...
Revert "Fix Destroy workflow"
9 years ago
Lebedev Konstantin
caf43c8799
Revert "Fix Destroy workflow"
9 years ago
Lebedev Konstantin
ff33930ebb
Merge pull request #864 from alexk111/fix-destroy
...
Fix Destroy workflow
9 years ago
Lebedev Konstantin
6c93d48e68
[MOVED] https://github.com/SortableJS/
9 years ago
Lebedev Konstantin
3fde492e01
#772 : newIndex
9 years ago
Lebedev Konstantin
eee775c8c0
[MOVED] knockout-sortable to https://github.com/SortableJS/knockout-sortablejs
9 years ago
Lebedev Konstantin
05b7d2daee
Merge branch 'master' of github.com:RubaXa/Sortable
9 years ago
Lebedev Konstantin
52bde83397
* cs
9 years ago
Lebedev Konstantin
d497e64ca9
#864 : + check Sortable.active in nulling method
9 years ago
Lebedev Konstantin
b7cc23841d
Merge pull request #881 from kalaspuffar/manually_handle_updates
...
Manually handle updates
9 years ago
Daniel Persson
35a8a14115
Added manuallyHandleUpdateEvents and documented usage.
9 years ago
Daniel Persson
babcc09e22
Small change to update the data instead of the polymer collection.
9 years ago
Daniel Persson
4d65727212
Small change to update the data instead of the polymer collection.
9 years ago
Lebedev Konstantin
c8c3f48b95
Merge pull request #843 from falkolab/patch-1
...
typo fix
9 years ago
Lebedev Konstantin
3957f60ae8
Merge pull request #854 from harrymt/patch-1
...
Missing comma on fallbackOnBody and fallbackClass
9 years ago
Lebedev Konstantin
d7680eb688
Merge pull request #862 from KadoBOT/patch-1
...
Fixed missing comma in React ES2015
9 years ago
Lebedev Konstantin
1923228c78
Merge pull request #880 from syuilo/master
...
Fix incorrect example code
9 years ago
古谷向日葵
cabde8c65a
Fix incorrect example code
9 years ago
alexk111
9b70f32921
Fix Destroy workflow
9 years ago
Ricardo Ambrogi
019e687ccb
Fixed missing comma in React ES2015
9 years ago
Harry Mumford-Turner
abec27faa1
Adding missing comma on fallbackClass
...
Adding a comma on the following line will make the options valid javascript.
`fallbackClass: "sortable-fallback"` to `fallbackClass: "sortable-fallback",`
9 years ago
Harry Mumford-Turner
c3faf18108
Missing comma on ```fallbackOnBody```
9 years ago
Andrey Tkachenko
5d67a8894e
typo fix
9 years ago
Lebedev Konstantin
acef394c9a
Merge pull request #809 from piotrwitek/patch-1
...
Update README.md: Add Support React ES2015 / TypeScript syntax example
9 years ago
Piotr Witek
610527f029
Update README.md
...
Add Support React ES2015 / TypeScript syntax
As mixins are not supported in ES2015 / TypeScript syntax here is example of ES2015 ref based implementation.
Using refs is the preferred (by facebook) "escape hatch" to underlaying DOM nodes: [React: The ref Callback Attribute](https://facebook.github.io/react/docs/more-about-refs.html#the-ref-callback-attribute )
9 years ago
Lebedev Konstantin
f8a5ddb354
Merge pull request #801 from AndreasGalster/master
...
[Polymer component]Added method to re-initialize sortable
9 years ago
AndreasGalster
4745fb294e
Added methods to re-initialize and destroy sortable
...
Moved attached initialization of sortable into a method and run that method on attached.
Did the same for detached and created a destroy method.
9 years ago
AndreasGalster
b2d13e0210
Add method to re-initialize sortable
...
Currently it is not possible to re-initialize the sortable component after it's been destroyed. I've added a method and wrapped everything in the attached in there and instead I'm calling that method on attached.
9 years ago
Lebedev Konstantin
d28d019b71
Merge pull request #793 from ajjohnston/master
...
Fixed Polymer example.
9 years ago
Andrew Johnston
693485cdae
Fixed Polymer example.
9 years ago
RubaXa
1bf357899b
Merge branch 'master' of github.com:RubaXa/Sortable
9 years ago
RubaXa
a3fbeb29d2
+ ISSUE_TEMPLATE
9 years ago
Lebedev Konstantin
58dd583db5
Merge pull request #778 from pra85/patch-2
...
Fix typos
9 years ago