-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for @vueuse/head versions >1.0.0 #196
base: master
Are you sure you want to change the base?
Conversation
Fixes #195 |
I think this also fixes #194 🙂 |
Any idea when this can be merged? |
@frandiox the package @vueuse/head gets deprecated in the coming months. See here: vueuse/head In the coming months, the @vueuse/head package will be deprecated. If you're setting up this package on a new project, you should use the @unhead/vue package directly. |
Thanks a lot for this PR, and sorry for the late response! |
Make sure to undo/update the change from #195 before this PR is merged. |
Hi! News from here? I can help to test the new planned version. |
The purpose of the changes in this PR is to add support for the consumer of the library to use newer versions of the
@vueuse/head
library, while still retaining compatibility with lower versions.To have reliable test cases to ensure both versions are working, the structure of how the test fixtures are provided access to the
vite-ssr
build is slightly modified.Feel free to ask any questions or add feedback about the implementation and I'll be happy to assist.