vue-finder
vue-finder copied to clipboard
Vue 3 Compatibility
Any chance that Vue 3 compatibility will be added in the future?
@rgehrsitz Yes, I'm currently working on it. I've got a local branch where all the tooling (building, testing, linting) has been adapted. There is still some work to do to make drag & drop functional on my Vue 3 branch.
I don't know yet when I'll publish a first Vue 3 version, but it's in progress. 👍
Woohoo!
@jledentu can you give access to this test branch, I would already use the component in vue3)))
@smerchkz Hi, I pushed a next
branch on the repository. But there is still no published prerelease version on npm.
Current status:
- [x] I think that the library itself is now ok on Vue3
- [x] Some tools have been upgraded (Storybook, Webpack replaced by Vite, Vuepress)
- [ ] Some samples in the docs are broken due to Vuepress config
- [x] Unit tests have not been migrated
- [ ] A Storybook story is broken
Hi,
A pre-release is available:
https://github.com/jledentu/vue-finder/releases/tag/v3.0.0
Please don't hesitate to give feedback. :)
Added PR to add Vite CSS import compatibility #188
Hi,
The latest v4.0.0 brings Vue 3 support in main release channel. The 2.x branch is now the maintenance branch of the Vue 2 version.