RubaXa
d359188d65
#590 : * fallbackTolerance
9 years ago
Lebedev Konstantin
9784d7b44a
Merge pull request #590 from sp-kilobug/spk-patch7
...
"distance" option
9 years ago
Lebedev Konstantin
338400eb6a
Merge pull request #635 from cauburtin/patch-4
...
few errors thrown by react0.14
9 years ago
Cyril Auburtin
e4ea76ca68
Update README.md
9 years ago
Cyril Auburtin
18d32b67ab
few errors thrown by react0.14
...
ref={i} for https://facebook.github.io/react/docs/multiple-components.html#dynamic-children
9 years ago
Lebedev Konstantin
0dd6b94f23
Merge pull request #624 from cauburtin/patch-2
...
avoid changing oldIndex by the parent container
9 years ago
Lebedev Konstantin
ce59cdd362
Merge pull request #632 from TaliLavi/dev
...
Remove unreliable reliance on 'this' when dispatching 'choose'
9 years ago
Tali Lavi
13b5ac96e8
Remove unreliable reliance on 'this' when dispatching 'choose'
9 years ago
Lebedev Konstantin
08a3a37094
Merge pull request #630 from noahlaux/polymer-pre-es6-support
...
Use functions instead of arrows for pre ES6 support
9 years ago
Noah Laux
80028f8f02
Use functions instead of arrows for pre ES6 support
9 years ago
Cyril Auburtin
a4e003d4df
avoid changing oldIndex by the parent container
...
should fix #618 and #597
oldIndex was changed first by with the item being dragged, but also by the drag event of the parent (which should be avoided when we are not using the drag-handle)
9 years ago
Lebedev Konstantin
e648a7373c
Merge pull request #615 from TaliLavi/dev
...
Added onPickup event.
9 years ago
TaliLavi
0d17cf0943
Added onChoose event.
...
This event will fire when an element is chosen, and is particularly
useful for providing the user with a visual, auditory or tactile indication,
in case a delay was enabled.
9 years ago
sp-kilobug
45c327bdee
simplified + renamed to fallbackTolerance + description in README
9 years ago
RubaXa
a793a5e395
v1.4.0: Add Polymer Support ( #600 ); * React v0.14 ( #571 , #572 ); * ng-repeat ( #573 )
9 years ago
RubaXa
f4159a9bc5
Merge branch 'master' into dev
9 years ago
Lebedev Konstantin
3955c3ba82
Merge pull request #600 from gutenye/polymer
...
Add Polymer Support
9 years ago
Guten Ye
82a0c763ff
update README
9 years ago
Guten Ye
221bb3354b
Add Polymer Support
9 years ago
sp-kilobug
019fc1a32b
"distance" option refactored
9 years ago
sp-kilobug
918501cd57
"distance" option, touch
9 years ago
sp-kilobug
446627298d
"distance" option
...
An attempt to implement the "distance" option (like http://api.jqueryui.com/sortable/#option-distance ).
This is useful when your sortable element is also clickable. This prevents the drag to begin due to a micro-movement when you click.
9 years ago
Lebedev Konstantin
6140e497fb
Merge pull request #579 from RubaXa/possibly-unintended-file
...
Delete log.txt
9 years ago
Dan Dascalescu
0ead812eec
Delete log.txt
...
Should this file be in the repo?
9 years ago
Lebedev Konstantin
1065b9246a
Merge pull request #572 from ChiefORZ/dev
...
more reliable way to get the DOM Node
9 years ago
RubaXa
fc4a9b310f
#573 : * without ng-repeat
9 years ago
ChiefORZ
fa33718d92
more reliable way to get the DOM Node
...
with React v0.14 this.refs.*.getDOMNode() is deprecated,
we have to use this.refs.* instead, to reference the DOM Node.
this is a implementation, that is backward compatible
* misspelled ref in README fixed
* fixed Demo of forceFallback
9 years ago
RubaXa
eaade8c871
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
03764ae535
* shortening
9 years ago
Lebedev Konstantin
36c0768eba
Merge pull request #571 from jquense/jquense-patch-1
...
Add `getContainer` option for better react version support
9 years ago
Jason Quense
1804c39f3f
Add `getContainer` option for better react version support
9 years ago
RubaXa
385f03e5d0
v1.3.0: Improved stability and performance on touch devices; Added a new option `chosenClass`
...
And so on: #558 , #547 , #542 , #537 , #532 , #516 , #500 , #489 , #489 , #447 , #475 , #459 , ##422, #411 , #356
9 years ago
RubaXa
16bf388a81
* callArgs -> args
9 years ago
Lebedev Konstantin
4524cd8ff7
Merge pull request #566 from medonja/master
...
Bugfix in jquery.binding.js
9 years ago
Marko Jovanovic
f7e2c04336
Bugfix in jquery.binding.js
9 years ago
Lebedev Konstantin
3b9b8c9c80
Merge pull request #564 from Ferdaszewski/dev
...
Added Browserify support for ng-sortable
9 years ago
Joshua Ferdaszewski
555adc36fd
Added Browserify support for ng-sortable
9 years ago
Lebedev Konstantin
23bc3b79f2
Merge pull request #562 from fendy3002/patch-1
...
knockout-sortable Remove dom element reference to viemodel and use local variable instead
9 years ago
fendy3002
6c86b334d2
Fix the missing 'var' syntax
...
The var syntax is missing. Added to explicitly define local variable.
9 years ago
fendy3002
70d04f9346
Update knockout-sortable.js
...
Use closure local variable instead of attaching the element to viewmodel. This is to prevent error caused by bound dom element as in issue 559.
https://github.com/RubaXa/Sortable/issues/559
9 years ago
RubaXa
72c62eab60
Merge branch 'dev' of github.com:RubaXa/Sortable into dev
9 years ago
RubaXa
0043e4796e
#558 : + Error initializing
9 years ago
RubaXa
c4c060b93e
v1.3.0-rc2
9 years ago
RubaXa
7fd16cb0a5
#447 : fixed newIndex if eq null or -1
9 years ago
RubaXa
4a67b43188
#447 : emit 'onEnd' Only if we really move the item
9 years ago
RubaXa
42fa792bec
v1.3.0-rc1
9 years ago
RubaXa
ac5e4a7f90
#547 : * fixed parentEl actualization
9 years ago
RubaXa
2859b57724
#516 : + chosenClass
9 years ago
RubaXa
52dc6fa86a
#545 : + shortcut for set options
9 years ago
RubaXa
4d788baec8
#500 : fixed clone
9 years ago