Releases: rniemeyer/knockout-sortable
Releases · rniemeyer/knockout-sortable
v.1.3.0
Made Compatibility fixes for KO 3.5.0 and 3.5.1
v1.2.0 Made compatibilty fixes for KO 3.5.0 and 3.5.1
Fixes issue with destroyed items when using strategyMove
Added droppable binding
v1.1.0 Added droppable binding
Breaking change to AMD/CommonJS paths
Based on jQuery UI changes in 1.12, the require paths when consuming knockout-sortable via AMD or CommonJS now use jquery-ui/ui/widgets/sortable and jquery-ui/ui/widgets/draggable. If not using 1.12, then you would need to ensure that whatever tool you are building it with has paths properly mapped/aliased/configured.
v0.15.0
v0.14.0
- handle KO 3.4 deferred upates
- allow passing a
receivehandler on to jQuery UI sortable (could be used to process an external draggable (not initiated by this plugin) to give it the data/context to be work with sortable plugin). - check for
valueWillMutateandvalueHasMutatedfunctions before calling them (work better for Knockout-ES5).