-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support for new versions of Vue.js #6
Comments
We are working on beta-3 that will include the upgrade to 2.5.2 (the commit is actually already on develop) For the fact that the version has to be hardcoded it's a little more complicated. It's possible to provide your own runtime, in any version, if you wish to. For that you just get the Lastly, some new features of Vue.js require new Java declaration to work, for example in 2.5 the new error handler will require a new interface to implement in Vue GWT. |
Thank you for detail explanation. I’m absolutely ok with some reasonable waiting for update vue-gwt, just wanted to be sure that project will follow vue release cycle. |
@slavap I just saw that backward compatibility with previous compilers is actually ensured in Vue.js 🎉! |
Vue GWT has just been updated to Vue.js 2.5.5 on beta-3. |
Current vue version is 2.5.2.
Is there any proper way how to configure vue-gwt to use newer version of vue, or it's supposed to be always hardcoded in vue-gwt? Then when to expect new release of vue-gwt based on 2.5.2 ? It would be nice to have vue dependency configurable, for example loaded manually in index.html
The text was updated successfully, but these errors were encountered: