Releases: rniemeyer/knockout-sortable
Releases · rniemeyer/knockout-sortable
v0.10.0
- pass KO 3.3's
nodes
option on to template binding
- update module references to use
jquery.ui/sortable
- ensure that draggable is destroyed when using draggable binding
- remove
connectClass
on sortable container when binding is disposed
- update references to use KO 3.3
v0.9.3
- support CommonJS module loaders
v0.9.2
Conditionally handle nested sortables depending on if jQuery UI is pre-1.8.24. before/after callbacks are now called for the proper nested sortable in modern versions.
v0.9.1
- fix an issue that dragged data that was falsey (0) was not being respected properly.
v0.9.0
- strip leading/trailing whitespace from named templates used in sortable, as they can cause issues with sortable combined with foreach.
- fix issue with sortable cancel not being called on the appropriate sortable when dropping in nested child
- update specs to Jasmine 2
v0.8.8
- provide an alternate fix for issue solved in v0.8.7. cancel sortable operation each time, so when KO handles DOM manipulation elements are in their original position. This helps in KO 3+ to ensure that all elements are disposed properly.
v0.8.7
Make additional ko.removeNode
call to ensure that moved nodes are always disposed in KO 3+.
v0.8.6
-ensure that disposal works in older and newer jQuery UI by looking for data key under sortable
and ui-sortable
-support binding sortable against null
v0.8.5
-fix stripping comments/text nodes from anonymous templates
v0.8.4
v0.8.4 - just renamed component.json file to bower.json and remove dependencies