Skip to content

Releases: solutionforest/filament-translate-field

3.0.0

02 Feb 08:23

Choose a tag to compare

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

  1. Update your composer.json to require "solution-forest/filament-translate-field": "^3.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

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

15 Jan 03:26
d645220

Choose a tag to compare

🎉 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

  • @ctoma made their first contribution in #30

Full Changelog: 2.0.1...2.1.0

2.0.1

05 Sep 04:06
c895f0a

Choose a tag to compare

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

22 Jul 03:14

Choose a tag to compare

🎉 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

11 Apr 10:07
5a920ab

Choose a tag to compare

What's Changed

  • Adding missing $locales parameter to method definition in docblock by @rojtjo in #15

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

27 Feb 05:48

Choose a tag to compare

What's Changed

  • Support for laravel 12
  • Add test case
  • Add github workflow

Full Changelog: 1.3.2...1.4.0

1.3.2

04 Sep 07:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

13 Aug 05:21
8bce167

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

02 Aug 16:05
ef28101

Choose a tag to compare

What's Changed

  • fix added scroll space in when first tab is selected. by @nabileisa in #11

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

03 May 04:03
01bdfdf

Choose a tag to compare

1.2.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0