-
Notifications
You must be signed in to change notification settings - Fork 419
deps: Update to Vuetify ^3.9 and Vue ^3.5 #2468
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
Conversation
✅ Deploy Preview for jsonforms-examples ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
0b0d38a to
09e4bf1
Compare
- Update to latest Vuetify 3.9.0 - Update to latest Vue 3.5.17 - Update Vue peer dependency to ^3.5.0 - Update Vite to latest 5.x version ^5.4.19 - Fix imports for Vuetify promoted from labs - Fix typings for update events in Vuetify DateControlRenderer - Regenerate Vuetify test snapshots to fit changes in Vuetify (e.g. setting values in HTML element) - Add visualViewport mock for Vuetify tests as this seems to be needed after dependency update - In JsonForms.vue explicitly type provided state as `JsonFormsSubStates` to avoid TS7056
09e4bf1 to
cfeca5a
Compare
sdirix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can successfully build and use the Vue Vuetify demo application. However it breaks for me for the components which were moved from lab to the regular lib. Likely they changed behavior a bit.
auto close on minute/second selection. No longer closes on day selection as there is not event for day selection
|
Hi @sdirix , thanks for the review and valuable feedback. I adapted the following renderers:
|
Also adapts the numbers example to use a step with scientific notation number
94f6309 to
b2dfc6c
Compare
sdirix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All reported regressions are fixed 👍 Thanks!
JsonFormsSubStatesto avoid TS7056