Releases: solutionforest/filament-translate-field
3.0.0
v3.0.0 Release
This major release upgrades the Filament Translate Field 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
How to Upgrade
- Update your
composer.jsonto require"solution-forest/filament-translate-field": "^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.1.0...3.0.0
2.1.0
🎉 What's New
This minor release includes several improvements, bug fixes, and dependency updates to enhance compatibility and stability with Filament v4.0.
🐛 Bug Fixes
- Component Fixes: Resolved issues with the translate component functionality.
- Styling Corrections: Fixed various styling inconsistencies.
- Deprecated Methods: Updated code to remove usage of deprecated methods.
What's Changed
- Bump nick-fields/retry from 2 to 3 by @dependabot[bot] in #29
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #28
- Remove filament/upgrade requirement in composer.json by @ctoma in #30
- Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #35
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #34
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #33
- Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #32
New Contributors
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #24
- fix: replace getChildComponentContainers with getChildSchemas by @webard in #21
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #22
- Feat: Fix translate component and introduce more tests by @repl6669 in #23
New Contributors
Full Changelog: 2.0.0...2.0.1
2.0.0
🎉 Major Update: Filament v4.0 Support
This release brings full compatibility with Filament ^4.0.
⚠️ Breaking Changes
- Minimum Requirements: Filament 4.0+
- For Filament v3.x users: Please stay on Filament Translate Field v1.x.
📦 Version Compatibility
- v2.0+: Filament ^4.0 + Laravel ^11.0
- v1.x: Filament ^3.0 + Laravel ^10.0
📚 Upgrade Guide
Before the package assets can be used, you’ll need to run php artisan filament:assets and php artisan optimize.
1.4.1
1.4.0
What's Changed
- Support for laravel 12
- Add test case
- Add github workflow
Full Changelog: 1.3.2...1.4.0
1.3.2
What's Changed
- fix: state path not applying to children schemas by @GigaGiorgadze in #14
New Contributors
- @GigaGiorgadze made their first contribution in #14
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Fix Layout Component inside translate by @mstfkhazaal in #13
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- fix added scroll space in when first tab is selected. by @nabileisa in #11
New Contributors
- @nabileisa made their first contribution in #11
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Support for Laravel 11 by @jeffreyvanhees in #4
- Add Exclude Feature by @mstfkhazaal in #7
New Contributors
- @jeffreyvanhees made their first contribution in #4
- @mstfkhazaal made their first contribution in #7
Full Changelog: 1.1.0...1.2.0