1.5.2 (2020-06-12)
- export needed types (a596243)
1.5.1 (2020-06-12)
- avoid referencing TouchEvent or MouseEvent in compiled code (0bdca66)
1.5.0 (2020-06-12)
1.4.0 (2020-05-19)
- move from rollup to ncc (990a88f)
1.3.0 (2020-04-17)
- publish event did:didCancel on ESC key (0666523)
1.2.1 (2020-03-24)
- fix missing release on firefox (b18192a)
1.2.0 (2020-03-23)
- support esc key to cancel a dnd (c1dc2f2)
1.1.1 (2020-03-20)
- don't miss canDrag check on nested dnd source (a58357f)
1.1.0 (2020-03-20)
- support optional dndCanDrag() on source delegate (29835a6)
1.0.3 (2020-02-14)
1.0.2 (2020-02-13)
- it looks like iOS changed behaviour on events on removed DOM element (a779b27), closes buttonwoodcx/bcx-aurelia-reorderable-repeat#14
1.0.1 (2019-03-26)
1.0.0 (2018-10-04)
- change output file to cjs format, upgrade to babel7 (2e04321)
0.5.0 (2018-08-25)
- use babel loose mode for faster/smaller code (feb81cf)
0.4.7 (2018-06-26)
0.4.6 (2018-04-26)
- preview drawer for unknown HTML tag, improve compatibility of Aurelia custom component (3752fea)
- update link to newest doc site. (264aabc)
0.4.5 (2018-04-24)
- fix reversed logic on background-color fallback. (8612e9f)
0.4.4 (2018-04-24)
- do not fallback background color to white for customised preview. (c1e8b82)
0.4.3 (2018-03-08)
- fix BABEL_ENV to development to fix npm installation directly from git. (7af52bd)
0.4.2 (2018-02-16)
- display:none; does not work in ol>li preview as I wanted. (abc2272)
0.4.1 (2018-02-13)
- fix typo on css visibility. (45bcd3c)
0.4.0 (2018-02-13)
- ship default preview drawers for and
- tags. (38443f0)
- support class .bcx-dnd-preview-hide to hide some node in .bcx-dnd-preview. (ca26b94)
0.3.1 (2017-11-08)
- for touchstart, disable html body scroll. (3682b2c)
- use standard-changelog to auto generate changelog. (c886197)
- fix missing event callback on touch devices.
- add TypeScript support.
- fix a stupid bug on index check.
- fix preview size when box-sizing is not border-box.
- add body margin 0 as css safe guard.
- add optional option
handler
for dndSource.
- support dynamic target added during a dnd session.
- changed location payload:
{mouseStartAt: {x,y}, mouseEndAt: {x,y}, sourceElementRect: {x,y,width,height}, targetElementRect: {x,y,width,height}, previewElementRect: {x,y,width,height}}
.
- fix a regression on preview location.
- got css class issue. fixed with "!important".
- add option hideCursor, centerPreviewToMousePosition.
- fix loading issue in nodejs env.
- initial open source release of bcx-aurelia-dnd.