ractivejs / Ractive-decorators-sortable

Drag and drop items to sort them
http://ractivejs.github.io/Ractive-decorators-sortable/
MIT License
15 stars 21 forks source link

Updated to support Ractive 0.7.3 #25

Open giovannipiller opened 8 years ago

giovannipiller commented 8 years ago

Updated code to work again on Ractive 0.7.3. Updated links to Plugins' landing page.

Not much else, since I needed this for a quick proof of concept, but hopefully it can be useful for others too. Of course, as I was writing this, I noticed multiple pull requests solving parts of this problem.

I'm keeping this around since I had to make a few more fixes to have a proper support. Switching to this._ractive.keypath.str; was not enough for my use-case.

Cheers