Knockout-Sortable
                             
                            
                                0.9.0
                            
                        
                    See the version list below for details.
dotnet add package Knockout-Sortable --version 0.9.0
NuGet\Install-Package Knockout-Sortable -Version 0.9.0
<PackageReference Include="Knockout-Sortable" Version="0.9.0" />
<PackageVersion Include="Knockout-Sortable" Version="0.9.0" />
<PackageReference Include="Knockout-Sortable" />
paket add Knockout-Sortable --version 0.9.0
#r "nuget: Knockout-Sortable, 0.9.0"
#:package Knockout-Sortable@0.9.0
#addin nuget:?package=Knockout-Sortable&version=0.9.0
#tool nuget:?package=Knockout-Sortable&version=0.9.0
A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
Learn more about Target Frameworks and .NET Standard.
- 
                                                - jQuery.UI.Combined (>= 1.10.2)
- knockoutjs (>= 2.0.0)
 
GitHub repositories
This package is not used by any popular GitHub repositories.
0.9.0 - strip leading/trailing whitespace from named templates to prevent sortable issues; fix cancel not being called on appropriate sortable in nested scenario, use Jasmine 2 for specs
0.8.8 - alternate fix to fix from 0.8.7, where sortable operation is always cancelled so normal clean up / disposal works as normal
0.8.7 - additional ko.removeNode call to properly clean moved nodes
0.8.6 - handle binding against null. ensure that disposal works properly for newer and older jQuery UI due to change in data key
0.8.5 - strip comments/text nodes properly from anonymous templates
0.8.4- just update for bower and remove dependencies from bower
0.8.3 - fix issue with undefined being overwritten in AMD when jquery-ui-sortable module returns a value
0.8.2 - strip top-level comments/text nodes fro m anonymous templates
0.8.1 - ignore source in destroyed check for draggables
0.8.0 - allow sorting of primitives