SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

Update latest version of vuedraggable on npm to 4.x #130

Open realityfilter opened 2 years ago

realityfilter commented 2 years ago

With vue 3 being the current default is it possible to update the latest version of vuedraggable on npm from 2.24.3 to 4.1.0 ?

jzs11 commented 2 years ago

Please...

christhofer commented 2 years ago

Please...

It is starting to irritate me seeing this plugin keeps appearing on npm outdated result just because the latest is 2.24.3 not 4.1.0

DaveSanders commented 1 year ago

Yeah this threw us for a loop today after running npm outdated. I'd say that now that Vue3 is the default, the package should be bumped to the V3 version and maybe the old one renamed.

AnthonyRuelle commented 1 year ago

Please @David-Desmaisons Can you resolve this problem ? it's very annoying

MetaCrawler commented 1 year ago

Yeah this threw us for a loop today after running npm outdated. I'd say that now that Vue3 is the default, the package should be bumped to the V3 version and maybe the old one renamed.

+1 same here.

In case the problem is unclear, steps to reproduce: 1) add to package.json

"dependencies": {
    "vuedraggable": "^4.1.0"
}

2) run "npm install 3) run "npm outdated"

Package       Current  Wanted  Latest  Location                   Depended by  
vuedraggable    4.1.0   4.1.0  2.24.3  node_modules/vuedraggable  vue-frontend
kydner commented 8 months ago

same issues, when im run npm install vuedraggable or yarn add vuedraggable, the version is 2.x.x, on my project before latest is version 4.x.x