Upgrade the package to support Filament V4#10
Merged
Devonab merged 5 commits intoDevonab:mainfrom Jun 19, 2025
Merged
Conversation
Owner
|
Thank you very much. I must admit I haven't yet had the time to look into the V4 and the changes it entails, but I already thank you in advance for your contribution. I will take a look at it soon so that I can merge your contribution. 😊 |
Devonab
approved these changes
Jun 19, 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.
Hello,
I’m currently in the process of updating my own Filament app to experiment with version 4 (beta), and I noticed that this package hadn’t yet been upgraded—so I thought I’d give it a go.
Since this new version introduces breaking changes, you may want to consider tagging it as a separate release.
✅ Actions Taken:
• Ran and then removed the Filament migration tool
• Ran the Tailwind upgrade tool and updated npm scripts to reflect the new CLI namespace
• Adjusted one styling class to remove the !important attribute, which appears to no longer be supported
• Recompiled all styles and scripts successfully
• All tests are passing
I’ve also tested this locally in the app I’m currently upgrading, and everything looks good from my end. However, you may want to review it to ensure it aligns with your preferences and standards.
Let me know if there’s anything else I can do to help get this approved!
Best regards,
Tom