Skip to content

Files

Latest commit

 

History

History
201 lines (91 loc) · 6.68 KB

CHANGELOG.md

File metadata and controls

201 lines (91 loc) · 6.68 KB

0.7.0 (2016-04-01)

Bug Fixes

  • package: update jspm main file (12aac4b)
  • sortable: rename to oa-sortable, oa-sortable-item (1c841d2), closes #10

Features

  • document-scroll: handle documentscrolling, parent scrolling and sortable scrolling (b9f2ead), closes #12
  • drag: add drag element to viewport (502a5ef)

BREAKING CHANGES

  • drag: placeholder not longer exist. If you we using placeholderClass before you should use sortingClass instead.
  • sortable:
  • document-scroll: Removed bindable boundingRect

0.6.0 (2016-03-03)

Chores

BREAKING CHANGES

0.5.3 (2015-12-13)

Bug Fixes

0.5.2 (2015-12-10)

Bug Fixes

  • dist: update dist to correct format (a9699b8)

0.5.1 (2015-12-10)

Bug Fixes

  • sortable: set correct STRATEGY_FLAG (8a6cb83)

0.5.0 (2015-12-10)

0.4.1 (2015-12-08)

0.4.0 (2015-12-07)

Bug Fixes

  • auto-scroll: dont auto scroll if bottom is reached (a386ed5)

Features

  • placeholder: simplify placeholder (dd55d4d)

Performance Improvements

  • sortable: throttle tryMove (a1407bb)

BREAKING CHANGES

  • placeholder: remove the verbose placeholder binding and replace with a simple placeholderClass binding. Instead of manually defining the placeholder just clone the dragging view-model item and add the placeholderClass.

0.3.3 (2015-11-18)

Bug Fixes

  • sortable: use overrideCtx (b9ab4da)

0.3.2 (2015-11-18)

0.3.1 (2015-11-11)

Bug Fixes

  • sortable: update to get the correct view model for a sortable-item (df68c1d)

0.3.0 (2015-11-11)

Bug Fixes

  • 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)

Bug Fixes

  • sortable: add options.strategy (ac0ca0a)

Chores

  • update to latest Aurelia dependencies (362b735)

BREAKING CHANGES

  • 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)

Bug Fixes

  • sortable: reset drag elements style left and top (c4a0a29), closes #3

0.2.0 (2015-08-16)

Bug Fixes

  • 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)

Features

  • 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)

0.1.0 (2015-07-11)