Skip to content

Latest commit

 

History

History
271 lines (108 loc) · 7.61 KB

CHANGELOG.md

File metadata and controls

271 lines (108 loc) · 7.61 KB

1.5.2 (2020-06-12)

Bug Fixes

1.5.1 (2020-06-12)

Bug Fixes

  • avoid referencing TouchEvent or MouseEvent in compiled code (0bdca66)

1.5.0 (2020-06-12)

1.4.0 (2020-05-19)

Features

  • move from rollup to ncc (990a88f)

1.3.0 (2020-04-17)

Features

  • publish event did:didCancel on ESC key (0666523)

1.2.1 (2020-03-24)

Bug Fixes

  • fix missing release on firefox (b18192a)

1.2.0 (2020-03-23)

Features

  • support esc key to cancel a dnd (c1dc2f2)

1.1.1 (2020-03-20)

Bug Fixes

  • don't miss canDrag check on nested dnd source (a58357f)

1.1.0 (2020-03-20)

Features

  • support optional dndCanDrag() on source delegate (29835a6)

1.0.3 (2020-02-14)

Bug Fixes

  • fix typescript definition error TS7051 (e8f0942), closes #16

1.0.2 (2020-02-13)

Bug Fixes

1.0.1 (2019-03-26)

Bug Fixes

  • fix event handler remover on IE11 (5ccabc5), closes #10

1.0.0 (2018-10-04)

Features

  • change output file to cjs format, upgrade to babel7 (2e04321)

0.5.0 (2018-08-25)

Features

  • use babel loose mode for faster/smaller code (feb81cf)

0.4.7 (2018-06-26)

Bug Fixes

  • fix error in TypeScript def file (717a67a), closes #4

0.4.6 (2018-04-26)

Features

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

Bug Fixes

  • fix reversed logic on background-color fallback. (8612e9f)

0.4.4 (2018-04-24)

Bug Fixes

  • do not fallback background color to white for customised preview. (c1e8b82)

0.4.3 (2018-03-08)

Bug Fixes

  • fix BABEL_ENV to development to fix npm installation directly from git. (7af52bd)

0.4.2 (2018-02-16)

Bug Fixes

  • display:none; does not work in ol>li preview as I wanted. (abc2272)

0.4.1 (2018-02-13)

Bug Fixes

  • fix typo on css visibility. (45bcd3c)

0.4.0 (2018-02-13)

Features

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

Bug Fixes

  • for touchstart, disable html body scroll. (3682b2c)

Features

  • use standard-changelog to auto generate changelog. (c886197)

0.3.0 - 08/Nov/2017

  • fix missing event callback on touch devices.

0.2.6 - 31/Jul/2017

  • add TypeScript support.

0.2.5 - 10/Jul/2017

  • fix a stupid bug on index check.

0.2.4 - 28/Jun/2017

  • fix preview size when box-sizing is not border-box.

0.2.3 - 27/Jun/2017

  • add body margin 0 as css safe guard.

0.2.2 - 26/Jun/2017

  • add optional option handler for dndSource.

0.2.1 - 17/Jun/2017

  • support dynamic target added during a dnd session.

0.2.0 - 17/Jun/2017

  • changed location payload: {mouseStartAt: {x,y}, mouseEndAt: {x,y}, sourceElementRect: {x,y,width,height}, targetElementRect: {x,y,width,height}, previewElementRect: {x,y,width,height}}.

0.1.4 - 17/Jun/2017

  • fix a regression on preview location.

0.1.3 - 17/Jun/2017

  • got css class issue. fixed with "!important".

0.1.2 - 15/Jun/2017

  • add option hideCursor, centerPreviewToMousePosition.

0.1.1 - 15/Jun/2017

  • fix loading issue in nodejs env.

0.1.0 - 13/Jun/2017

  • initial open source release of bcx-aurelia-dnd.