vue-finder icon indicating copy to clipboard operation
vue-finder copied to clipboard

Vue 3 Compatibility

Open rgehrsitz opened this issue 2 years ago • 5 comments

Any chance that Vue 3 compatibility will be added in the future?

rgehrsitz avatar Apr 18 '22 18:04 rgehrsitz

@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. 👍

jledentu avatar Apr 19 '22 19:04 jledentu

Woohoo!

rgehrsitz avatar Apr 19 '22 21:04 rgehrsitz

@jledentu can you give access to this test branch, I would already use the component in vue3)))

smerchkz avatar May 25 '22 12:05 smerchkz

@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

jledentu avatar Jun 08 '22 12:06 jledentu

Hi,

A pre-release is available:

https://github.com/jledentu/vue-finder/releases/tag/v3.0.0

Please don't hesitate to give feedback. :)

jledentu avatar Aug 22 '22 15:08 jledentu

Added PR to add Vite CSS import compatibility #188

tomcoonen avatar Oct 10 '22 14:10 tomcoonen

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.

jledentu avatar Mar 30 '23 21:03 jledentu