Skip to content

feat: upgrade to support Vue 3 #114

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

Merged
merged 5 commits into from
Jan 18, 2021
Merged

feat: upgrade to support Vue 3 #114

merged 5 commits into from
Jan 18, 2021

Conversation

LeBenLeBen
Copy link
Collaborator

@LeBenLeBen LeBenLeBen commented Jan 16, 2021

Here is a proposal to upgrade the stack and the components to Vue 3. I also upgraded the few dependencies it has and adapted the configuration accordingly.

The only question I have is: what do you want to do regarding tests? It currently depends on vue-test-utils and has one spec but there’s no test runner configured. Would you like me to install Jest and add a suite or should I clean those up for now as they won’t work with Vue 3 anyway?

fixes #113

BREAKING CHANGE:

Vue 3 is now required to use this plugin.
@egoist
Copy link
Owner

egoist commented Jan 18, 2021

Looks good, I don't have a specific way of writing tests so feel free to create another PR for it.

@egoist egoist merged commit 007bde6 into egoist:master Jan 18, 2021
@egoist
Copy link
Owner

egoist commented Jan 18, 2021

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@LeBenLeBen LeBenLeBen deleted the vue3 branch January 19, 2021 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vue 3 : Uncaught (in promise) TypeError: Cannot read property 'uniqueKey' of undefined
2 participants