Releases: solutionforest/filament-tree
Releases · solutionforest/filament-tree
4.0.0
Filament Tree v4.0.0 Release
This release upgrades Filament Tree to support Filament v5, introducing new features and improvements while maintaining compatibility with existing tree structures.
What's New
- Full compatibility with Filament v5
- Enhanced drag-and-drop performance for large trees
- Improved toolbar actions support (expanded from v3.1.0+)
- Updated asset compilation for better integration
Breaking Changes
- Minimum required Filament version is now v5.0
How to Upgrade
- Update your
composer.jsonto require"solution-forest/filament-tree": "^4.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
Migration Notes
- Review your model classes for any custom
determine*ColumnName()methods and ensure they align with the new defaults - Toolbar actions are now fully supported; update any conditional logic if previously limited
- Run
composer analyseandcomposer testto verify compatibility
For full details, see the commit changes. If you encounter issues, please check the documentation or open an issue.
Full Changelog: 3.1.4...4.0.0
3.1.4
What's Changed in 3.1.4
🔧 Other Changes
- Bump actions/checkout from 5 to 6 (2f2748f)
- Merge pull request #98 from ssulima/ssulima-patch-1 (387d598)
Full Changelog: 3.1.3...3.1.4
3.1.3
What's Changed
Other Changes
- Improve Advanced usage documentation by @inerba in #91
- Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #92
🐛 Bug fixes
- fix: Replace invalid askForLivewireComponentLocation method call in #93
New Contributors
Full Changelog: 3.1.2...3.1.3
3.1.2
3.1.1
What's Changed
Other Changes
- fix: resolve getNodeCollapsedState() method call in tree item template by @cklei-carly in #89
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
Other Changes
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #82
- Feature/add toolbar actions by @cklei-carly in #87
New Contributors
- @cklei-carly made their first contribution in #87
Full Changelog: 3.0.2...3.1.0
3.0.2
What's Changed in 3.0.2
🐛 Bug fixes
- fix: update getModel() method signature for Filament v4 compatibility (225c2db)
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
🐛 Bug fixes
- fix: replace blade component namespace with Filament 4 version by @codelikesuraj in #79
Other Changes
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #75
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #76
New Contributors
- @dependabot[bot] made their first contribution in #75
- @codelikesuraj made their first contribution in #79
Full Changelog: 3.0.0...3.0.1
3.0.0
Support Filament v4🎉
Installation
composer require solution-forest/filament-tree:^3.0.03.0.0-beta5
What's Changed in 3.0.0-beta5
🐛 Bug Fixes
- fix: Action (filamentphp/filament issue 17254)
Installation
composer require solution-forest/filament-tree:^3.0.0-beta5