Upgrade to Tailwind 4#210
Merged
jamiefeiss merged 36 commits intomainfrom Oct 22, 2025
Merged
Conversation
Collaborator
Collaborator
|
Is it possible to move the UI styling changes into a separate PR to the tailwind update? |
…type errors, added Select to template
Collaborator
Author
|
Template package fails type check due to needing to pin currently published version of I will address this in a later PR to better handle the local package versions during publish. |
Collaborator
Author
|
FYI: Extraneous props warning caused by Literal & ItemLink top-level slot causing lack of root node issue |
…mas in nuxt config for upgrade script
Nuxt 4 Support
…ressed some errors
…r other prez packages to update
hjohns
previously approved these changes
Oct 21, 2025
Collaborator
hjohns
left a comment
There was a problem hiding this comment.
Looks good, I did have a project/env specific issue, but I think it's good to progress.
Collaborator
Author
|
Still need a couple updates, I'll let you know when it's ready for approval |
hjohns
approved these changes
Oct 22, 2025
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.

Upgraded the component library and Prez UI base layer & template to Tailwind v4 & Shadcn-vue v2. This will be a breaking change for people updating from <4.2.0 with existing themes in Tailwind v3.
The theming process is a little different but the documentation has been updated. I have also documented the upgrade process for existing themes and have made an upgrade script that does most of the process for you.