Releases: lexik/LexikTranslationBundle
Working for Symfony 8
Now actually works with Symfony 8. Still waiting for a nicer solution, but this will get the job done.
Introduction of PHP 8.1 attributes
What's Changed
- feat: Modernize codebase with PHP 8.1+ attributes by @HecFranco in #495
Full Changelog: v8.0.2...v8.0.3
v8.0.2
v.8.0.1
What's Changed
- Move doctrine/doctrine-bundle requirement under require-dev by @nicodemuz in #493
New Contributors
- @nicodemuz made their first contribution in #493
Full Changelog: v8.0...v.8.0.1
SF 8.0 Support
What's Changed
- feat: Symfony 8.0 compatibility by @HecFranco in #494
New Contributors
- @HecFranco made their first contribution in #494
Full Changelog: v7.3.6...v8.0
Fix show/hide columns feature
After adding the bootstrap styles that were lost in the pure JS implementation, the show/hide functionality for columns in the translations grid was broken. This was caused by a class in bootstrap that selected all columns with a class pattern of col-* and gave it display: table-cell. This was suppressing the class that the hide functionality added as col-hide with display: none. By adding just hide instead the problem was solved.
Fix styles in the UI
This includes the boostrap styles that were no longer included in the template when I merged the Pure JS implementation.
Fix production issue for SF 7.3
Fix error with SF 7.3 in prod environment (#487) * Fix error with SF 7.3 in prod environment * Fix clear cache if it doesn't exists * clean code
Bugfix for debug mode
Just a small bugfix fix. Should fix the broken v7.3.2
v7.3.2
Fixed new deprecation warnings