Vue.Draggable Versions Save

Vue drag-and-drop component based on Sortable.js

v2.19.2

5 years ago
  • correction of issue #566
  • Mitigation for iisue #556 : atributes starting with data- will be copied to the DOM
  • Improving wrong index calculation on edge case dnd with footer slot.
  • Update to Sortbale.js v1.8.4

v2.19.1

5 years ago

Correction for issue #558 and issue #555 Correction for issue #556

v2.19.0

5 years ago

Using tag props instead of element. Deprecating options props in favour of transparent wrapper

v2.18.1

5 years ago

Fix window not defined when running in a node environment.

v2.18.0

5 years ago
  • Update to sortable 1.8.3
  • Fix header slot regression
  • Use Webpack and vue-cli to build project

v2.17.0

5 years ago

Add support to header slot.

v2.16.0

6 years ago

Fix issue and issue #316 and issue #268

v2.15.0

6 years ago

Update Sortable.js version to 1.7.0

v2.14.1

6 years ago

Fix regression: issue#171

v2.14.0

6 years ago

Fixed issue #167 issue #164

Adding footer slot as an enhancement for issue #126