RubaXa
4756be09b2
* react
8 years ago
RubaXa
fb57b98b61
[MOVED] https://github.com/SortableJS/react-mixin-sortablejs
8 years ago
Lebedev Konstantin
75306c406e
Merge pull request #893 from sdesapio/dev
...
Replaced xOffset and yOffset -> fallbackOffset: {x: 0, y: 0}
9 years ago
Scott DeSapio
4f358aeb17
Added fallbackOffset = options.fallbackOffset, and this.options.fallbackOffset -> fallbackOffset
9 years ago
Scott DeSapio
dcb3bae44c
Replace xOffset and yOffset -> fallbackOffset: {x: 0, y: 0}; Forward PR into dev-branch.
9 years ago
Lebedev Konstantin
cc39770685
* MOVED
9 years ago
Lebedev Konstantin
e06f7d9f04
+ nulling
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
1d2f4b88e7
[MOVED] https://github.com/SortableJS/polymer-sortablejs.git
9 years ago
Lebedev Konstantin
ff33930ebb
Merge pull request #864 from alexk111/fix-destroy
...
Fix Destroy workflow
9 years ago
Lebedev Konstantin
af383bd277
* dev
9 years ago
Lebedev Konstantin
d7b0c87a03
+ master
9 years ago
Lebedev Konstantin
cb060d8547
Merge pull request #890 from KorsaR-ZN/bugfix-1
...
Added support attribute "data-ng-repeat"
9 years ago
Stanislav Kiryukhin
995519ac09
code improvement
9 years ago
Stanislav Kiryukhin
e0f9a114c5
added support for "data-ng-repeat"
9 years ago
Lebedev Konstantin
21cdb8ce4a
Merge pull request #839 from TimvdLippe/fix-es5-compilation
...
Fix compilation on ES5 for Polymer
9 years ago
Tim van der Lippe
238216d8c9
Fix feedback
9 years ago
Lebedev Konstantin
6c93d48e68
[MOVED] https://github.com/SortableJS/
9 years ago
Lebedev Konstantin
fefff20f1f
#772 : newIndex
9 years ago
Lebedev Konstantin
3fde492e01
#772 : newIndex
9 years ago
Lebedev Konstantin
d347d2d6ce
willChange -> will-change
9 years ago
Lebedev Konstantin
cb1e453fe4
#857 : + will-change on drag
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
cfae80664f
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
Lebedev Konstantin
5a1ffc2646
Merge branch 'master' into dev
9 years ago
Lebedev Konstantin
d497e64ca9
#864 : + check Sortable.active in nulling method
9 years ago
Lebedev Konstantin
d2e3a6fa45
Merge pull request #884 from vasiakorobkin/custom_autoscrolling_function
...
Custom autoscrolling function
9 years ago
Boris Sergeev
b11772918e
Update README.md: info about custom autoscrolling function
9 years ago
Boris Sergeev
f11bf04aaa
Add option for custom autoscrolling function
9 years ago
Lebedev Konstantin
369ae8dc54
Merge pull request #831 from ne0-cz/jquery-binding-fix
...
jquery.binding: fixed non-working widget 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
48f3a11f42
Merge pull request #834 from joual/dev
...
Add the original mouse event as parameter in onMove()
9 years ago
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