v3.0.0 Release
This major release upgrades the Filament Field Group Plugin to support Filament v5, bringing enhanced compatibility and new features aligned with the latest Filament framework.
What's New
- Full compatibility with Filament v5
- Improved performance and stability
- Updated dependencies to match Filament v5 requirements
Breaking Changes
- Minimum required Filament version is now v5.0
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #9
- Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #10
- Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #12
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #11
How to Upgrade
- Update your
composer.jsonto require"solution-forest/filament-field-group: "^3.0" - Run
composer update - Publish updated assets:
php artisan filament:assets - If using custom themes, update your
tailwind.config.jswith the new asset paths - Test your tree widgets/pages for any custom overrides that may need adjustment
For full details, see the commit changes. If you encounter issues, please check the documentation or open an issue.
Full Changelog: 2.0.1...3.0.0