Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Releases: luckylooke/dragular

Grinch

09 Dec 10:13
Compare
Choose a tag to compare
  • fixed npm audit vulnerabilities #173

Wind River

18 Feb 17:26
Compare
Choose a tag to compare
  • with "copy:'events'" option dragular clone element including event handlers binded on element (request #165)
  • added helpers methods into drake for easier dynamic add/removal of containers of drake initialised earlier

Ghost in the shell

12 Aug 19:03
Compare
Choose a tag to compare
  • isContainer docs augmentation
  • fixed bug in getTargetCtx
  • fixed #161 previous target context used if the last before drop was not accepted target

Target

31 Jul 05:59
Compare
Choose a tag to compare
  • fixes #154 - both scopes should be notified about events (source and also target scope)
  • adding main gulp tasks to standard npm tasks, to get better orented quickly
  • renamed CHANGELOG and README to UPPERCASE so they can be more easily to find visually

Don't Knock Twice

04 Jul 20:29
Compare
Choose a tag to compare
  • throwing error if trying same container to register twice
  • new example of nested ng-repeats combined with custom directive

Spy Kids

26 Jun 20:10
Compare
Choose a tag to compare
  • fixed #148 - model not updated on spill

The Model

15 May 09:08
Compare
Choose a tag to compare
  • fixed #138 - dynamic model via directive doesn't work properly

Dark places

02 May 06:33
Compare
Choose a tag to compare
  • fixed #136 - Items can be moved to the end of container even if options.accepts returns false

Accepted

30 Mar 06:25
Compare
Choose a tag to compare
  • isContainerAccepts - acceptation function for isContainer containers
  • some docs improvements
  • fixed #132 - not working isContainer with models

Home Alone

27 Mar 20:14
Compare
Choose a tag to compare
  • merged changes from master PRs
  • fixed #131 drags mixed with scrolling (caused by chrome update)
  • fixed #129 drag stucks on no-container release
  • fixed #128 canBeAccepted did not work in combination with isContainer
  • added options object as second argument to onInit (requested in #65)