Release Notes?
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.
Provide some more information? Like the code snippet you use to create the sortable object.
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.
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.