- package: update
jspm
main
file (12aac4b) - sortable: rename to
oa-sortable
,oa-sortable-item
(1c841d2), closes #10
- document-scroll: handle
document
scrolling,parent
scrolling andsortable
scrolling (b9f2ead), closes #12 - drag: add drag element to
viewport
(502a5ef)
- drag:
placeholder
not longer exist. If you we usingplaceholderClass
before you should usesortingClass
instead. - sortable:
- document-scroll: Removed bindable
boundingRect
0.6.0 (2016-03-03)
- update dependencies (52fe314)
0.5.3 (2015-12-13)
- dist: update
dist
(c0d8e31)
0.5.2 (2015-12-10)
- dist: update dist to correct format (a9699b8)
0.5.1 (2015-12-10)
- sortable: set correct
STRATEGY_FLAG
(8a6cb83)
0.4.0 (2015-12-07)
- auto-scroll: dont auto scroll if bottom is reached (a386ed5)
- placeholder: simplify placeholder (dd55d4d)
- sortable: throttle
tryMove
(a1407bb)
- placeholder: remove the verbose
placeholder
binding and replace with a simpleplaceholderClass
binding. Instead of manually defining the placeholder just clone the dragging view-model item and add theplaceholderClass
.
0.3.3 (2015-11-18)
- sortable: use
overrideCtx
(b9ab4da)
0.3.1 (2015-11-11)
- sortable: update to get the correct view model for a
sortable-item
(df68c1d)
0.3.0 (2015-11-11)
- decorate Drag, AutoScroll as transient (0d366f4)
- use the new PAL from Aurelia (a40992c)
- scroll: make sure to remove all event listeners (6f6fc91)
- sortable: use DOM.Element instead of Element (d8a2fbd)
0.2.2 (2015-10-15)
- sortable: add
options.strategy
(ac0ca0a)
- update to latest Aurelia dependencies (362b735)
- s how to access Aurelia APIs. However it's not a breaking change from aurelia-sortable point of view
0.2.1 (2015-08-18)
0.2.0 (2015-08-16)
- fixed dependency and updated accordingly (fc110c4)
- index: change globalizeResources -> globalResources since BREAKING CHANGE in Aurelia (0985f32)
- index: Move allow drag to action. Make sure to call event.preventDefault to disable fi (dcdcadc)
- sortable: only align position if the offsetParent element is the same as the scroll elemen (e20e377)
- sortable.js: align drag element when auto scrolling (55a9b04)
- sortable.js: make sure autoscroll don't crashes (197b823)
- sortable.js: make sure to to set back original style attributes on the dragging element (adef959)
- sortable.js: validate that element !== null in the closest function (7b43aa4)
- sortable: add support for binding scroll selector and expose , functions (0b05852)
- sortable.js: add bindable dragZIndex (854fa0e)
- sortable.js: add the native event as first parameter to the allowDrag function. This could be (0ecaf9c)
- sortable.js: moved, allowDrag, allowMove are now all using the eventArgs object as only param (3b4b9c3)