Vuetify v4#60
Merged
Merged
Conversation
Bump vuetify to ^4.1.5 and vite-plugin-vuetify to ^2.1.3, drop the @wdns/vuetify-color-field dependency, and pin node 24.18.0 in .nvmrc, .npmrc, and both CI workflows.
- Update internal import paths for v4's exports map (util/colors, lib/composables/validation) - Back the color field with the native VColorInput (VColorInput and VDateInput are core in v4) - Type VRadioGroup direction explicitly (v4 omits it from the public instance type) - Emit v4 grid column classes (v-col--cols-*) so field columns size correctly instead of collapsing inline
- Restore the Vuetify 3 heading typography scale (v4 renamed the utility classes to MD3 names, so text-h3/4/5/6 fell back to browser defaults) - Use the :active prop for the nav menu active state (v4 no longer honors the manual v-list-item--active class) - Exclude theme text-color classes from the generic link color so info/primary links keep their color under v4 CSS layers - Replace @wdns/vuetify-color-field references with the native color input
- Target .find('input, textarea') for typing (v4 puts the data-cy
fallthrough attr on the .v-input wrapper, not the input)
- Filter autocomplete to the target directly (v4 persists the typed
search text)
- Update column-class assertions and snapshot to v4 v-col--cols-* names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.