Lebedev Konstantin
3b1b116a78
Merge pull request #883 from circlingthesun/angular-debugInfo-dev
...
Enable the angular directive to work when debugInfo is off
9 years ago
Rickert Mulder
49d8535399
Enable the angular directive to work when debugInfo is off
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
cedd070ade
Merge pull request #871 from christianp/ko-deferred-tasks-fix
...
knockout: run deferred tasks early
9 years ago
Lebedev Konstantin
395658766f
Merge pull request #872 from KuroToro/dev
...
Include setData option on angular watchers
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
Mykel Ray Perez
8f11edd3c5
Include setData option on angular watchers
...
setData is not triggered on isolated scopes http://jsbin.com/yimununobo/1/edit?js,console,output
9 years ago
Christian Lawson-Perfect
aaf292c538
knockout: run deferred tasks early
...
If `ko.options.deferUpdates = true`, then updates to the UI don't happen immediately when you modify the viewModel.
For the sortable binding, this means that after removing a moved item, it doesn't recreate it at the new position.
Calling `ko.tasks.runEarly` before re-inserting the item into the observableArray makes KO register the removal.
This is the fix proposed by @adriaanmeuris in RubaXa/Sortable#712
9 years ago
Borreda
bf1c2ce3b0
- get Sortable running with IE and touch devices, aka pointerevent support
...
- don't forget to turn off standard pointerevents for scrolling:
-> touch-action: none;
-> -ms-touch-action: none; //older IE versions
- drawback/known issue : option delay isn't supported in conjunction with ms touch
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
Tim van der Lippe
643d9afe85
Fix issue with dragEl undefined when moving with a Polymer element
9 years ago
Tim van der Lippe
ee86bc2bbc
Fix compilation on ES5 for Polymer
9 years ago
Joel Marcotte
6264428b97
Add the original mouse event as parameter in onMove
9 years ago
Luděk Uiberlay
16f1cb03e0
jquery.binding: fixed non-working widget method
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
e1a655866c
Merge pull request #783 from pocketcowboy/fix-missing-arg-for-index
...
fix missing arg for Sortable.utils.index expecting draggable selector
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
pocketcowboy
0663cf9b0a
fix missing arg for Sortable.utils.index expecting draggable selector
9 years ago
Lebedev Konstantin
58dd583db5
Merge pull request #778 from pra85/patch-2
...
Fix typos
9 years ago
Prayag Verma
f701b8a89c
Fix typos
...
`possiblity` → `possibility`
`definied` → `defined`
9 years ago
RubaXa
2876924ab7
SortableJS/sortablejs-meteor -> SortableJS/meteor
9 years ago
RubaXa
f426153d3d
[MOVED] SortableJS/sortablejs-meteor
9 years ago
RubaXa
b1ff319e77
[MOVED] SortableJS/sortablejs-meteor
9 years ago
RubaXa
6f72f4ea5b
+ dragClass
9 years ago
RubaXa
9968038260
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
b1defd32ff
* code style
9 years ago
Lebedev Konstantin
3c28c5ff63
Merge pull request #762 from kriscooke/polymer-rm-object-assign
...
Replace Object.assign for IE support
9 years ago
Kristen Cooke
f58999fca7
replace Object.assign to regain IE support
9 years ago
Lebedev Konstantin
fdb08aef7d
Merge pull request #758 from pra85/patch-1
...
Update license year range to 2016
9 years ago
Prayag Verma
adfc37c683
Update license year range to 2016
9 years ago
Lebedev Konstantin
c52a82b4a1
Merge pull request #746 from dev101/dev
...
Calling this[fn].bind requires extra check
9 years ago
dev101
3e9da2d4bc
Merge pull request #3 from dev101/dev101-patch-2
...
Removed brackets in typeof
9 years ago
dev101
6be0ded019
Removed brackets in typeof
9 years ago
dev101
1f8b001bcb
Merge pull request #2 from dev101/dev101-patch-2
...
Calling this[fn].bind requires extra check - cont.
9 years ago
dev101
8e8dc72b1a
Update Sortable.js
...
Checking `typeof(this[fn])` is enough
9 years ago
Lebedev Konstantin
3d3ad91a5b
Merge pull request #744 from n00dl3/dev
...
trigger most specialized events first
9 years ago