Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

Release Notes?

Open mhedrick opened this issue 8 years ago • 3 comments

between 1.4.2 and 1.5.0 our sortable implementation quit working. I have no idea what changed so no idea how to fix it.

mhedrick avatar Mar 16 '17 19:03 mhedrick

Provide some more information? Like the code snippet you use to create the sortable object.

Fenny avatar Mar 21 '17 16:03 Fenny

We're using it with the knockout sortable binding using these options -

{ 
    foreach: cards, 
    collection: $parent.cards, 
    options: { 
        onAdd: function(e) { return $parent.cardMove(e) }, 
        onUpdate: function(e) { return $parent.cardMove(e) }
    }
}

sorting within the list works (barely) and sorting between lists no longer works at all. cardMove is just a function that checks the legitimacy of the move and sets the new sequence.

mhedrick avatar Mar 22 '17 13:03 mhedrick

You can always compare the git tags and read the commit messages: https://github.com/SortableJS/Sortable/compare/1.4.2...1.5.0 Please close this issue if it was solved or became irrelevant.

frenkel avatar Jul 13 '23 12:07 frenkel