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
fefff20f1f
#772 : newIndex
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
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
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
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
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
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
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
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
n00dl3
b7db3455e7
Add \n before comment
9 years ago
dev101
9b9704e182
Update Sortable.js
9 years ago
n00dl3
0dc1c1b91f
trigger most specialized events first
9 years ago
Lebedev Konstantin
43d2b4cc95
Merge pull request #742 from why520crazy/master
...
new PR for https://github.com/RubaXa/Sortable/pull/741
9 years ago
why520crazy
d1356e1633
fix bug for https://github.com/RubaXa/Sortable/issues/628
9 years ago
Lebedev Konstantin
504f868d4a
Merge pull request #715 from livelazily/dev
...
small fix with #373
9 years ago
Lebedev Konstantin
e40abac2ef
Merge pull request #739 from didiermoniquet/dev
...
React Mixin - Fixing check for existence of getDOMNode function
9 years ago
Didier Moniquet
b6d5fb6567
React Mixin - Fixing check for existence of getDOMNode function
9 years ago