phphe / he-tree-vue

A draggable sortable vue tree component, with dragging placeholder, types definition.

Home Page:https://hetree.phphe.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion on release notes

onekiloparsec opened this issue · comments

Hi.

Your lib looks really nice at doing a complete tree feature in Vue.js. There are not so many of these libraries (often they aren't maintained anymore). But the usage of such complex component is often made in sophisticated pro app (this is my case). And I am reluctant to migrate to your lib, if I couldn't get a little bit of sense of your releases.

When I see versions 2.0.6, 2.0.7-beta1,2,3, 2.0.7 and 3.0.0 the same day, it doesn't feel like a stable thing I should adopt... Could you at least say a word about each (important) release? That would certainly help the adoption of it. Thanks in advance.

version 2 is for Vue2, version 3 is for Vue3. For Vue2 npm install he-tree-vue@2. For Vue3 npm install he-tree-vue@3

Woudln't it better to make a version for say, Vue3, and use https://github.com/privatenumber/vue-2-3 for those still in Vue2 ?

Thanks for your suggestion. vue-2-3 looks great. I can maintain only one version if I use it. But I don't plan to use it now, because the current solution works well. I may use it in the future.