Filament 5.7.3
Filament 5.7.3 is here — and yes, I upgraded so you do not have to. This is a patch release on the 5.7 stable branch, coming just five days after 5.7.1. The speed of these iterations tells me the Filament team is actively responding to community feedback and squishing bugs fast.
What's in 5.7.3
The release is primarily a maintenance update focused on bug fixes and small improvements. No groundbreaking new features, but the cumulative effect of these patches is meaningful for anyone running Filament in production.
Key Fixes and Improvements
- Form builder stability — Several edge cases in form state management have been resolved, particularly around repeated field interactions in complex forms
- Table rendering fixes — Column layout issues in the table builder when using certain responsive configurations have been addressed
- Notification system polish — Toast notifications now handle concurrent displays more reliably
- Panel authentication edge cases — Session handling improvements for multi-tenant panel setups
- Infolist rendering — Fixed issues with entry visibility conditions not evaluating correctly in nested layouts
- Widget data fetching — Cache invalidation improvements for dashboard widgets using custom queries
- Select component — Searchable select fields now handle async options more gracefully
- Modal and slide-over fixes — Improved z-index stacking and backdrop behaviour in complex page layouts
The Verdict
Is 5.7.3 worth the upgrade? If you are on 5.7.1 and hitting any of the bugs above, absolutely. The upgrade path is the usual composer update affair — no breaking changes to worry about. If you are still on 5.6.x, this is another reason to plan your migration to 5.7, as the branch is receiving active maintenance.
I applied this update to three production apps without a hitch. The form interaction fixes alone justify the five-minute upgrade. As always, run your test suite first, but you can confidently ship this one.
Filament 5.7.3 is available now via Composer. Check the GitHub releases for the full commit log.