Lebedev Konstantin
1aa0121c31
#1029 : + preventOnFilter
8 years ago
RubaXa
451e4f87ca
* upd
8 years ago
RubaXa
9c51030aa4
+ Vue.Draggable
8 years ago
Max
da1e75f8b1
[Fix] missing semicolon in README
8 years ago
RubaXa
8e48c2aa1e
v1.5.0-rc1
8 years ago
Steve Perry
140ab8e4cc
Update README.md
...
I thought this would be useful.
8 years ago
Lebedev Konstantin
4e92279eff
Update README.md
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
1d2f4b88e7
[MOVED] https://github.com/SortableJS/polymer-sortablejs.git
9 years ago
Lebedev Konstantin
eee775c8c0
[MOVED] knockout-sortable to https://github.com/SortableJS/knockout-sortablejs
9 years ago
Boris Sergeev
b11772918e
Update README.md: info about custom autoscrolling function
9 years ago
Daniel Persson
35a8a14115
Added manuallyHandleUpdateEvents and documented usage.
9 years ago
古谷向日葵
cabde8c65a
Fix incorrect example code
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
Joel Marcotte
6264428b97
Add the original mouse event as parameter in onMove
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
Andrew Johnston
693485cdae
Fixed Polymer example.
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
6f72f4ea5b
+ dragClass
9 years ago
Prayag Verma
adfc37c683
Update license year range to 2016
9 years ago
RubaXa
7f3ee38b16
#718 : * fixed context in 'add' & 'sort' events
9 years ago
RubaXa
a1790fdf23
#677 : + pull/put as functions
9 years ago
RubaXa
b5780dce35
* UPD
9 years ago
RubaXa
f3af805d75
#671 : + 'clone' support jQuery/Zepto/Polymer.dom
9 years ago
RubaXa
2ec12f7ecd
#671 : + 'clone' event
9 years ago
Sebastian Rosengren
c3d724d8fb
Knockout - Fixes #623 #585 #557
9 years ago
Guten Ye
c17cb275de
fix import polymer readme closes #642
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
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
RubaXa
4701b853fd
v1.4.2: - Polymer dependency (bower)
9 years ago
sp-kilobug
45c327bdee
simplified + renamed to fallbackTolerance + description in README
9 years ago
RubaXa
40a2f60545
v1.4.1: * React & ko & bower
9 years ago
Guten Ye
82a0c763ff
update README
9 years ago
Guten Ye
221bb3354b
Add Polymer Support
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
42fa792bec
v1.3.0-rc1
9 years ago
RubaXa
2859b57724
#516 : + chosenClass
9 years ago