Lebedev Konstantin
78ef22013f
Merge pull request #483 from rclai/patch-1
...
Update dependency of mongo-collection-instances
9 years ago
Lebedev Konstantin
8e20138f89
Merge pull request #486 from sp-kilobug/sp-kilobug-patch-5
...
fix flex containers in row mode
9 years ago
Lebedev Konstantin
d835ba6eff
Merge pull request #493 from urossmolnik/master
...
meteor: option to specify collection selector
9 years ago
Uros Smolnik
8510d422ff
meteor: option to specify collection selector
9 years ago
André Góis
5b4737f628
Update ng-sortable.js
9 years ago
sp-kilobug
97d38acb6f
fix flex containers in row mode
...
fix http://jsbin.com/cuduyo/edit?html,css,output
compatible with
flex-direction: row
flex-direction: row-reverse
https://developer.mozilla.org/fr/docs/Web/CSS/flex-direction
9 years ago
Richard Lai
7bb9348649
Update dependency of mongo-collection-instances
9 years ago
sp-kilobug
060efb5b1a
Merge pull request #12 from RubaXa/dev
...
Dev
9 years ago
RubaXa
d1069a97a7
#481 : * call method
9 years ago
RubaXa
5f28ec8703
#411 : - duplicate
9 years ago
Lebedev Konstantin
5509a9f959
Merge pull request #411 from ajwild/dev
...
Allow click events for touch devices
9 years ago
RubaXa
71f3fb935f
#423 : - version
9 years ago
RubaXa
aa414b0909
#457 : nativeDragMode -> nativeDraggable
9 years ago
Lebedev Konstantin
1cd9f9109c
Merge pull request #457 from sp-kilobug/sp-kilobug-patch-1
...
remove drag/drop handlers in forceFallback mode
9 years ago
RubaXa
9e6d006040
#459 : * code style
9 years ago
Lebedev Konstantin
9660e8e207
Merge pull request #459 from sp-kilobug/sp-kilobug-patch-3
...
improves the fallback mode fluidity
9 years ago
RubaXa
960d7da05b
#475 : * merge 'dev' branch
9 years ago
RubaXa
82240bf4a8
+ master
9 years ago
RubaXa
e912d00edb
v1.2.1
9 years ago
RubaXa
43fd37386f
Merge branch 'dev'
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
sp-kilobug
9e3e0a81a0
improves the fallback mode fluidity
...
_emulateDragOver optimized to reduce the interval tics.
That provides a fluidity similar to the native drag and drop mode.
10 years ago
sp-kilobug
71358aaf7c
Merge pull request #10 from sp-kilobug/revert-9-sp-kilobug-patch-2
...
Revert "#422: fix fallback moves in owner container"
10 years ago
sp-kilobug
53c9355a0c
Revert "#422: fix fallback moves in owner container"
10 years ago
sp-kilobug
14ecef21e5
Merge pull request #9 from sp-kilobug/sp-kilobug-patch-2
...
#422 : fix fallback moves in owner container
10 years ago
sp-kilobug
0eb010e219
#422 : fix fallback moves in owner container
...
see #422
10 years ago
sp-kilobug
8ae82072d3
remove drag/drop handlers in forceFallback mode
...
drag/drop handlers should be disabled in fallback mode to avoid unwanted behaviors
10 years ago
sp-kilobug
cb140f149f
Merge pull request #4 from RubaXa/dev
...
Dev
10 years ago
Lebedev Konstantin
71f4362e3c
Merge pull request #441 from ChiefORZ/dev
...
fix click event for mobile devices and old browser
10 years ago
ChiefORZ
d56e4d41db
forceFallback changes
...
removed the default behaviour to append the cloned Element to the body.
now the cloned Element gets added in the same parent, with the addition
of the class defined in options.fallbackClass.
added the possibility to change the fallback class.
added the possibility to decide wheter the fallback should be cloned
into the same parent or to the document's body.
10 years ago
Lebedev Konstantin
38f732ce04
Merge pull request #412 from NSinopoli/dev
...
Fix jshint
10 years ago
Lebedev Konstantin
476ed8369b
Merge pull request #438 from evillemez/angular-dev
...
angular watch more options
10 years ago
Lebedev Konstantin
2224671bc6
Merge pull request #439 from amfleming/master
...
Please Tag & Release v. 1.2.1
10 years ago
Lebedev Konstantin
00f993052c
Merge pull request #450 from kuitos/remove-bind-polyfill
...
remove bind polyfill
10 years ago
Kuitos
a092094d11
remove _bind function for Function.bind polyfill
10 years ago
Kuitos
6be61ce97e
remove _bind function for Function.bind polyfill
10 years ago
ChiefORZ
2f06d97b36
missed some stuff
...
wasn't merging all necessary stuff. now it should be fully functional
10 years ago
ChiefORZ
5d6747a9c7
react handleMove/onMove event
...
modified the private _onMove prototype, so it calls events on it's
source Element like it's sibling function _dispatchEvent
added the handleMove, which listens to the onMove events to the react
mixin
10 years ago
ChiefORZ
429dc043ab
fix click event for mobile devices and old browser
...
added forcePolyfill option.
forcePolyfill is made to make cross-browser testing more easy.
forcePolyfill provides a reliable, consistent cross-browser Solution for
Sortable.
forcePolyfill gives us the possibility to change the way "dragged items"
lok like.
10 years ago
Adam Fleming
8935bea4e3
Sortable 1.2.1
...
Bump minor version number
10 years ago
Evan Villemez
34357d8e85
added more draggable options for angular to watch
10 years ago
RubaXa
f3e090c2a3
#429 : dragStartTimer -> _dragStartTimer
10 years ago
Lebedev Konstantin
ed8ae42e15
Merge pull request #431 from amfleming/patch-3
...
Correctly match multiple class names
10 years ago
Adam Fleming
7767536381
Correctly match multiple class names
...
Assume that el.className === "foo bar"
Assume that your selector is "DIV.foo.bar"
(' ' + el.className + ' ').match(re) will only have one match - " foo " - because the "\\s" trailing character on "foo" prevents " bar " from being matched
EZ fix is just to make sure the trailing whitespace is not consumed by the regex
10 years ago
Lebedev Konstantin
591b311dce
Merge pull request #421 from amfleming/patch-2
...
Include ng-sortable.js in bower distribution
10 years ago
Alex Wild
9940598312
Allow click events for touch devices
10 years ago
Adam Fleming
f4502a72b7
Update bower.json
10 years ago
Lebedev Konstantin
705460eb28
Merge pull request #420 from amfleming/patch-1
...
Fix packages.json typo
10 years ago
Adam Fleming
be0fd1a126
Include ng-sortable.js in bower distribution
10 years ago