Skip to content

Releases: solutionforest/filament-tree

4.0.2

20 Apr 10:24

Choose a tag to compare

What's Changed in 4.0.2

📘 Documentation updates

  • Add v5 compatibility row to README (db5c5e1)
  • Revise README for Translatable Plugin integration (3ccbadb)
  • Revise translation support instructions in README (8b7ff89)

🔧 Other Changes

  • Merge pull request #102 from malikdoksoz/malikdoksoz-patch-1 (b76b63d)
  • Support Filament translatable content driver (f5411a0)

🐛Bug fixes

Full Changelog: 4.0.1...4.0.2

3.1.6

20 Apr 10:19

Choose a tag to compare

What's Changed in 3.1.6

📘 Documentation updates

  • Revise README for Translatable Plugin integration (3ccbadb)

🐛Bug fixes

Full Changelog: 3.1.5...3.1.6

4.0.1

08 Apr 02:41

Choose a tag to compare

What's Changed

Other Changes

  • Fix: add void return type to configure() for Symfony 8 compatibility by @malikdoksoz in #102

New Contributors

Full Changelog: 4.0.0...4.0.1

3.1.5

08 Apr 03:27

Choose a tag to compare

What's Changed in 3.1.5

📘 Documentation updates

  • Add v5 compatibility row to README (db5c5e1)

🔧 Other Changes

  • Merge pull request #102 from malikdoksoz/malikdoksoz-patch-1 (b76b63d)

Full Changelog: 3.1.4...3.1.5

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