Skip to content

Releases: solutionforest/filament-tree

4.0.0

02 Feb 07:25

Choose a tag to compare

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

  1. Update your composer.json to require "solution-forest/filament-tree": "^4.0"
  2. Run composer update
  3. Publish updated assets: php artisan filament:assets
  4. If using custom themes, update your tailwind.config.js with the new asset paths
  5. 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 analyse and composer test to 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

02 Feb 06:50
387d598

Choose a tag to compare

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

22 Oct 03:27

Choose a tag to compare

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

22 Sep 06:46

Choose a tag to compare

🐛 Bug fixes

  • Fix tree action label problem

Full Changelog: 3.1.1...3.1.2

3.1.1

22 Sep 04:43
b5f8264

Choose a tag to compare

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

12 Sep 04:37

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: 3.0.2...3.1.0

3.0.2

22 Aug 05:02

Choose a tag to compare

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

22 Aug 03:53
56226dd

Choose a tag to compare

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

Full Changelog: 3.0.0...3.0.1

3.0.0

13 Aug 02:57
4c26f6a

Choose a tag to compare

Support Filament v4🎉

Installation

composer require solution-forest/filament-tree:^3.0.0

3.0.0-beta5

11 Aug 09:50

Choose a tag to compare

3.0.0-beta5 Pre-release
Pre-release

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