Skip to content

Releases: michaelmalonenz/aurelia-dragula

Release 1.0.1

31 Mar 09:40
Compare
Choose a tag to compare

Fixes #5 - drop should not be called on drag

First Release

28 Mar 01:38
Compare
Choose a tag to compare

This release is currently working in a project, using the Aurelia specific enhancements, with example code and sufficient documentation, so I am declaring it ready for the outside world.

Release 0.11.0

27 Mar 00:07
Compare
Choose a tag to compare

I'm starting to use the Custom Element in a test project, so this release reflects the changes both useful and necessary to get it to the point of dragging successfully

Release v0.10.2

26 Mar 21:05
Compare
Choose a tag to compare

Fixes the infinite loop on drop with the dragula-and-drop custom Element

Release 0.10.1

25 Mar 03:03
Compare
Choose a tag to compare

Puts the build system back to how it was in the hopes that it will fix the jspm install issue, too

Release 0.10.0

24 Mar 22:18
Compare
Choose a tag to compare

Updates the Aurelia dependencies to late march release

Release 0.8.0

18 Mar 23:52
Compare
Choose a tag to compare

Adds the Custom Element dragula-and-drop which is a much more aurelia-y wrapper for the library.
At this stage, it should be considered for experimental use only - it still requires some more testing.

Release 0.7.0

18 Mar 22:35
Compare
Choose a tag to compare

Updated the Readme and fixed a couple of issues discovered through writing it:

  • once and off event functions are exposed
  • Options are now correctly applied when setting them globally during plugin configuration

Release 0.6.1

15 Mar 07:34
Compare
Choose a tag to compare

Now that I've submitted a pull request upstream, I've made my change fit that a bit better.
Also, fixed the slight flash I would get as it didn't draw the first frame.

Release 0.6.0

15 Mar 07:07
Compare
Choose a tag to compare

Introduces the dragula-and-drop customElement
Improves performance by demanding at least 20ms between frames for dragging.