-
Notifications
You must be signed in to change notification settings - Fork 220
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
Vue 3 compatibility #213
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Check v4.0.0-beta.2 |
Would you please publish to npm so we can start using it? Also, the README here points to another repo with an old version, very confusing: |
I rewrite the Readme so... check that out |
Please check the v4 version, we are deprecating the v3 version. |
V4 version doesn't work with vue3. https://github.com/vuejs/vue-next |
I think what's best would be:
If @matiasperrone agrees I'll reopen this one and we'll work on it as soon as Vue 3 lands (maybe before depending on how complicated the changes are). |
Vue 3 just landed... 😅 |
Yup, saw that. They are playing with my nerves 😅 . I'll try to give it some time next week |
@mariusa Thank you very much for the feedback!! It's very important!! |
Can we give v3 support on 4.1? and close this issue? |
That's a good plan.
After it's done :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still don't know, in the next few days I am going to start checking the changes needed, but there are many improvements to be made to the code. I will focus on this from now on. Think more in one month or more, the other collaborators are occupied. |
@matiasperrone , I'm available if you need help |
Sure! I just created the v5 branch so we may start working on the code. |
When I run the unit tests it fails:
Is there a build procedure I should follow? Thx, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I use "vue": "^3.0.0", "vue-hotel-datepicker": "^4.4.2" and still found error |
We don't support Vue3 at the moment... |
I'll be actively working on this in two months, it probably will take 2 weeks or maybe more. We are committed to this package so rest assure that this year will be resolved |
@matiasperrone, Any news? |
Hi, sorry not yet. I may be working on this feature along with the rewrite by the end of 2021, I least is what I hope for. |
Hi guys and gals! (and others! why not?) My current day job and some topics in my personal life didn't allow me to pursue the Vue 3 development and the team is a little bit offline now... so I hope to push it to 2022 with some hardwork. I'll be searching for devs to push this to the next level, so I'll be asking those who help me to help once again to be part of something bigger that yourselves. |
any news |
No news on this. Do you want to help me building the Vue3 version in a new repo? |
I didn't have the time... too much work on my daily paid work. |
still in the same situation. Sorry |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Any news on this??? |
Hi... I think I am going to open a donations box... because I can't work on this right now... I have bills to pay... BUT I think I'll start some time this year. But probably I move this repo to global-innovation organization. |
I am the only one maintaining this... I used to use time from my former work to work on this. I believe that a lot of the work needs to be redone. I am going to seek for another package that is in the same as this one and maybe we can accomplish something. |
I can probably have a go at this. There's a project I am working on where we started using this package on Vue2 and then, when we upgraded to Vue3, I had to make this code Vue3 compatible. I will have some time in the next couple of weeks. |
Good news!! I am going to be working in the v5, this version I hope will be Vue 3 compatible! :D 🥇 |
Finally I decided to use a new repo, maybe it will be merged to this one, but it is very early yet to know. If anyone wants to help you're welcome!! |
Description
Would like to use this component in a Vue 3 project generated by https://github.com/vitejs/vite
Note, this is just about being usable, not porting the component to Vue 3 composition APIs.
Steps to Reproduce
Add component to App.vue as noted in https://github.com/krystalcampioni/vue-hotel-datepicker
Expected behavior: [What you expected to happen]
component to work
Actual behavior: [What actually happened]
Error in browser console:
Datepicker Version
3.0.10
The text was updated successfully, but these errors were encountered: