Skip to content

Releases: rniemeyer/knockout-sortable

v.1.3.0

06 Feb 17:44

Choose a tag to compare

Added support for jQuery 4

Made Compatibility fixes for KO 3.5.0 and 3.5.1

07 Nov 20:51

Choose a tag to compare

v1.2.0

Made compatibilty fixes for KO 3.5.0 and 3.5.1

Fixes issue with destroyed items when using strategyMove

06 Mar 15:39

Choose a tag to compare

Added droppable binding

18 Feb 18:07

Choose a tag to compare

v1.1.0

Added droppable binding

Breaking change to AMD/CommonJS paths

04 Nov 03:30

Choose a tag to compare

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

14 Jul 14:01

Choose a tag to compare

Don't override helper, if it is provided

v0.14.0

17 Jun 20:14

Choose a tag to compare

  • handle KO 3.4 deferred upates
  • allow passing a receive handler 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 valueWillMutate and valueHasMutated functions before calling them (work better for Knockout-ES5).

v0.13.1

25 Apr 23:06

Choose a tag to compare

  • remove stray console.log

v0.13.0

23 Apr 19:12

Choose a tag to compare

  • add strategyMove option to allow moving items in the same list rather than removing and re-adding items

v0.12.0

13 Mar 21:08

Choose a tag to compare

  • maintain width of cells within draggable rows