Releases: michaelmalonenz/aurelia-dragula
Release 1.0.1
Fixes #5 - drop should not be called on drag
First Release
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
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
Fixes the infinite loop on drop with the dragula-and-drop custom Element
Release 0.10.1
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
Updates the Aurelia dependencies to late march release
Release 0.8.0
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
Updated the Readme and fixed a couple of issues discovered through writing it:
once
andoff
event functions are exposed- Options are now correctly applied when setting them globally during plugin configuration
Release 0.6.1
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
Introduces the dragula-and-drop customElement
Improves performance by demanding at least 20ms between frames for dragging.