-
|
Hello, I have a Laravel project where I've implemented Maizzle for building the email template which has worked great. I'm currently in the process of upgrading everything in this project to the latest versions since that hasn't been done in a while. One part of this is upgrading the entire codebase to Tailwind 4 but then I noticed that you guys still are running Tailwind 3. I can see that you're working on v6 of Maizzle where I'm guessing Tailwind 4 will be supported? Do you have any idea/roadmap of when that will be released officially? Are you far enough along that I should be able to upgrade even though the official release isn't out yet or should I wait a bit? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi there, Yeah Maizzle 6 will use Tailwind CSS 4 and although we just opened up for beta testing, we've heavily tested this internally on real projects. The Vite plugin part is new and we need more testing and feedback there, but it should be pretty stable. Besides gathering feedback, the thing that will take the longest is writing the damn docs - we do these 99% by hand and this being a major rewrite, it will take a while. We don't have a fixed roadmap but I can say it should be stable enough now to try in real projects, if you can rely on IDE autosuggest for stuff like components/config. If it's a super important project with high impact or strict constraints, maybe wait it out a little bit just to make sure 👍️ |
Beta Was this translation helpful? Give feedback.
Hi there,
Yeah Maizzle 6 will use Tailwind CSS 4 and although we just opened up for beta testing, we've heavily tested this internally on real projects. The Vite plugin part is new and we need more testing and feedback there, but it should be pretty stable.
Besides gathering feedback, the thing that will take the longest is writing the damn docs - we do these 99% by hand and this being a major rewrite, it will take a while. We don't have a fixed roadmap but I can say it should be stable enough now to try in real projects, if you can rely on IDE autosuggest for stuff like components/config. If it's a super important project with high impact or strict constraints, maybe wait it out a little…