Skip to content

Releases: rniemeyer/knockout-sortable

v0.10.0

08 Mar 19:15
Compare
Choose a tag to compare
  • 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

26 Dec 03:38
Compare
Choose a tag to compare
  • support CommonJS module loaders

v0.9.2

29 Oct 17:54
Compare
Choose a tag to compare

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

29 Sep 15:48
Compare
Choose a tag to compare
  • fix an issue that dragged data that was falsey (0) was not being respected properly.

v0.9.0

10 Sep 03:36
Compare
Choose a tag to compare
  • 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

16 Jun 17:35
Compare
Choose a tag to compare
  • 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

16 Jun 14:38
Compare
Choose a tag to compare

Make additional ko.removeNode call to ensure that moved nodes are always disposed in KO 3+.

v0.8.6

13 Feb 17:03
Compare
Choose a tag to compare

-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

08 Jan 22:53
Compare
Choose a tag to compare

-fix stripping comments/text nodes from anonymous templates

v0.8.4

07 Nov 14:29
Compare
Choose a tag to compare

v0.8.4 - just renamed component.json file to bower.json and remove dependencies