Skip to content

Releases: lexik/LexikTranslationBundle

Working for Symfony 8

13 Mar 11:16
db9d7c2

Choose a tag to compare

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

26 Jan 21:21
48811d4

Choose a tag to compare

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

26 Jan 21:13
fb9a9ae

Choose a tag to compare

What's Changed

Full Changelog: v.8.0.1...v8.0.2

v.8.0.1

26 Jan 21:09
ab0a706

Choose a tag to compare

What's Changed

  • Move doctrine/doctrine-bundle requirement under require-dev by @nicodemuz in #493

New Contributors

Full Changelog: v8.0...v.8.0.1

SF 8.0 Support

25 Jan 16:23
76650d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.3.6...v8.0

Fix show/hide columns feature

29 Nov 21:19
ecb7f02

Choose a tag to compare

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

25 Nov 20:49
d1192ef

Choose a tag to compare

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

11 Oct 19:33
55876aa

Choose a tag to compare

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

13 Jul 14:41
95f2cac

Choose a tag to compare

Just a small bugfix fix. Should fix the broken v7.3.2

v7.3.2

30 Jun 18:51
56b354b

Choose a tag to compare

Fixed new deprecation warnings