Releases: michaelmalonenz/aurelia-dragula
Release 1.2.1
Update to Aurelia Release Candidate
Remove dependency on SystemJS css plugin
Release 1.2.0
Updates the Aurelia dependencies (to include Shadow DOM, etc) which meant a slight change for how I include the css
packages should install the systemjs text plugin for it to run correctly, but apparently installing it as a required depenedency breaks the package.json format.
Release 1.1.2
Thanks to @brennanpayne for:
- fixing the package.json main file
- Allowing the items to have custom attributes on them
Release 1.1.1
Updated Aurelia Versions, updated dev dependencies
Release 1.1.0
Added some ViewModels to the events being emitted!! It's actually useful to Aurelia applications out of the box, now!!
Also, fixed up my recent excursions because of weird ideas about correctness.
Release 1.0.7
fixing a reference error when dropping on copy
and copySortSource
Thanks to @cdennig for finding the bug and proposing the solution.
Release 1.0.6
Release 1.0.4
Fixes the re-bind issue!! Should be good to go...
Release 1.0.3
Back to working like 1.0.0, but with the added feature of fixing all the problems I added recently. Sigh.
Release 1.0.2
Fixes my mistakes from last night. Sigh.