Skip to content

Releases: rniemeyer/knockout-sortable

Made Compatibility fixes for KO 3.5.0 and 3.5.1

07 Nov 20:51
Compare
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
Compare
Choose a tag to compare

Added droppable binding

18 Feb 18:07
Compare
Choose a tag to compare
v1.1.0

Added droppable binding

Breaking change to AMD/CommonJS paths

04 Nov 03:30
Compare
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
Compare
Choose a tag to compare

Don't override helper, if it is provided

v0.14.0

17 Jun 20:14
Compare
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
Compare
Choose a tag to compare
  • remove stray console.log

v0.13.0

23 Apr 19:12
Compare
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
Compare
Choose a tag to compare
  • maintain width of cells within draggable rows

v0.11.0

29 Apr 23:08
Compare
Choose a tag to compare
  • update jquery UI dependencies to use jquery-ui/sortable and jquery-ui/draggable