RubaXa
40a2f60545
v1.4.1: * React & ko & bower
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
c4c060b93e
v1.3.0-rc2
9 years ago
RubaXa
42fa792bec
v1.3.0-rc1
9 years ago
Paolo Priotto
e51dc53982
don't nest parent in child Sortable
...
when nesting Sortable's, we're not interested in this error:
"HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent."
9 years ago
Paolo Priotto
f7af4b15ac
check for existence of dataTransfer
...
As done in the other place where `dataTransfer` is used.
This is to support fake html5 drag and drop events, where `dataTransfer` is not accessible. Use case: Selenium testing with ePages-de/chromedriver-html5-dragdrop
9 years ago
Sebastian Rosengren
04553782b5
Added UMD definition to knockout-sortable
...
Fixes #488
9 years ago
JP
15cae09423
#356 Fixing issue where dropping an item on the right end of a horizontally layed out drop zone does not add the item
9 years ago
RubaXa
304c04fd2d
#489 : * Fixed 'clone'
9 years ago
RubaXa
e912d00edb
v1.2.1
9 years ago
Derek Berner
1a437a63be
Additional work on concurrent dom modification
9 years ago
Derek Berner
5a3ce29d07
Error when dragged item is removed from parent before drag ends
9 years ago
Adam Fleming
8935bea4e3
Sortable 1.2.1
...
Bump minor version number
10 years ago
RubaXa
b30ece99c5
v1.2.0: Events, Nested, Drop text, IE11, iframe and etc
10 years ago
Noah Chase
1f58b1b10b
use `page{d}Offset` instead of `scroll{d}`
...
All modern browsers seem to support `window.pageXOffset` and `window.pageYOffset`, which are aliases for `window.scrollX` and `window.scrollY`.
IE doesn't seem to have `window.scrollX` and `window.scrollY`.
fixes #302
10 years ago
srosengren
2920836d5c
Ran grunt after adding knockoutjs bindinghandlers
10 years ago
RubaXa
c6a536aa3f
v1.1.1: #227 , #285
10 years ago
RubaXa
070a571508
v1.1.0: Support IE9, CDN, enhancement auto-scrolling, React-mixin and more.
10 years ago
RubaXa
c9051c24e1
+ support IE9
10 years ago
RubaXa
0d162a016a
#151 : + jquery binding
10 years ago
RubaXa
9c618aa83b
#185 : finaly fix group & mobile
10 years ago
RubaXa
b2fe471012
#131 : v1.0, done
10 years ago
RubaXa
73f1f09aad
#172 : + _cloneHide
10 years ago
RubaXa
5f9bc3dd6e
* up
10 years ago
Dan Dascalescu
a0e3a60995
Expose old & new element index on drag&drop
...
Fix #148
10 years ago
RubaXa
4bcb887f2b
#150 : fixed 'put' as array
10 years ago
RubaXa
423d903ebc
+ Smart auto-scrolling
10 years ago
RubaXa
29f954dc54
* this.options -> options
10 years ago
RubaXa
3f1cd3f155
#120 : pull 'clone'
10 years ago
RubaXa
fc05a7be57
* fixed 'clone'
10 years ago
RubaXa
164f837e40
+ onSort; * fixed onEnd; + Support AngularJS
10 years ago
RubaXa
293b88c059
* fixed animation
10 years ago
RubaXa
8a4bff0ac6
* group.put — can be an array
10 years ago
RubaXa
9213913619
+ group (name, pull, put), sort options
10 years ago
RubaXa
4e797dacd1
#97 : fixed filter option
10 years ago
RubaXa
8f029c3955
#96 : + 'webkit' prefix
10 years ago
RubaXa
e9a98b2a96
* anim
10 years ago
RubaXa
1373a37083
+ 'animation' option and 'create' method
10 years ago
RubaXa
2d5c307176
#93 : + check button on 'mousedown'
10 years ago
RubaXa
b74a94e9c2
#90 : fixed toArray/sort
10 years ago
RubaXa
019c4695ab
#86 : fixed event handler context
10 years ago
RubaXa
fe2184241f
v0.5.0: filter/onFilter and closest ( #72 )
10 years ago
RubaXa
e0f3063121
#73 : * _generateId
10 years ago
RubaXa
070a98e41c
Fixes for #66 : Clicking handle makes other non-handle elements draggable
10 years ago
RubaXa
5a16075338
* v0.4.1
10 years ago
RubaXa
4690e10280
* revert #49
10 years ago
RubaXa
fc1133b33b
v0.4.0: Saving and restoring of the sort ( #54 )
10 years ago
RubaXa
ea24eace00
+ v0.3.0: onStart/onEnd events
11 years ago
skaczorowski
2fa95f8d8b
proper event names
11 years ago
skaczorowski
4527eb7bb0
remove events on destroy
11 years ago