Skip to content

Releases: michaelmalonenz/aurelia-dragula

Release 1.2.1

26 Jun 21:30
Compare
Choose a tag to compare

Update to Aurelia Release Candidate
Remove dependency on SystemJS css plugin

Release 1.2.0

16 Jun 00:08
Compare
Choose a tag to compare

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

03 Jun 19:12
Compare
Choose a tag to compare

Thanks to @brennanpayne for:

  • fixing the package.json main file
  • Allowing the items to have custom attributes on them

Release 1.1.1

06 May 21:57
Compare
Choose a tag to compare

Updated Aurelia Versions, updated dev dependencies

Release 1.1.0

27 Apr 07:38
Compare
Choose a tag to compare

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

26 Apr 09:35
Compare
Choose a tag to compare

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

25 Apr 10:26
Compare
Choose a tag to compare

Fixes #11 - thanks to @cdennig

Release 1.0.4

01 Apr 06:20
Compare
Choose a tag to compare

Fixes the re-bind issue!! Should be good to go...

Release 1.0.3

01 Apr 05:53
Compare
Choose a tag to compare

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

01 Apr 03:22
Compare
Choose a tag to compare

Fixes my mistakes from last night. Sigh.