Merged
Conversation
…lining, bump dependencies
The tip regarding automatic disabling of inline styles when SSR is enabled was specific to version v0.18.0. This information is no longer accurate or necessary for current users.
- Add vuetify to the workspace catalog to manage version centrally - Update playground and vuetify-nuxt-module to use catalog version - Bump vuetify from 4.0.0 to 4.0.1 - Update related dependencies in lockfile
Add layers.css to define custom CSS layer order and app.css for custom styles. Include both files in Nuxt config to apply them globally.
…lities Conditionally load the new modular styles (core, utilities, colors) for Vuetify 4.0.0 and above, while maintaining backward compatibility. This ensures the module works correctly with the updated Vuetify 4 styles structure.
…in dev Enable caching for processed Vuetify SCSS files during development to improve rebuild performance. The cache is automatically invalidated when relevant SASS/SCSS files change.
Contributor
Author
|
/publish |
commit: |
Remove outdated version requirement warnings for i18n module and lab components auto-import support. Simplify Vuetify 4 compatibility note by removing "or compatible versions" phrasing to avoid confusion. These changes keep documentation current and clearer for users.
Replace old logo files with new horizontal logo variant and updated favicon. Remove animated logo and maskable icon, add mascable icon for PWA compatibility. Update references in config and documentation to point to new logo.svg.
|
Looks like this branch was published as "latest" in npm. And it broke things (sure, it migrated to Vuetify 4) but one thing I had to do to minimize broke things was setting this: |
Contributor
Author
Member
|
we also have material symbols iconset for unocss at vuetify, check ms.ts arrg, forgot it, I was reading the unchanged text 🤦♂️ we should add a note when using vuetify iconsets, icon prefix cannot be changed (our internal unocss icons support is distinct since we can change the module) |
Contributor
Author
|
copyright holder change was approved |
9658b0b to
63528a6
Compare
63528a6 to
45a15cc
Compare
Update the compatibility documentation and matrix component to reflect the new minimum required version of the @nuxtjs/i18n module.
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.

Description
Linked Issues
Closes #352, #346, #350, #347
Refactor repo aiming to release v1.0.0
disableVuetifyStyleswas removed, usestyles: 'none'insteadAdditional Context
Tip
The author of this PR can publish a preview release by commenting
/publishbelow.