Skip to content

Releases: EasyCorp/EasyAdminBundle

4.14.0

03 Nov 10:44
Compare
Choose a tag to compare

New features

[7cd1489] Add support for pretty URLs (@javiereguiluz) 🎉🎉🎉

4.13.6

03 Nov 10:28
Compare
Choose a tag to compare

Bug fixes

[988b9b4] Fix ImageField design in dark mode (@VibroMatvey)
[1b65db1] Fix the highlighter so that it doesn't crash on REGEX symbols anymore (@kees-hoogerheide-teampeak)

4.13.5

23 Oct 06:16
Compare
Choose a tag to compare

Bug fixes

[f9d0d8e] Fix entryToStringMethod when form_parent(form).vars.ea_vars is empty (Jean-Pascal Devierne)

4.13.4

20 Oct 09:47
Compare
Choose a tag to compare

New features

[0df1187] Allow to set HTML attributes in fields on index and detail pages, not only on form pages (@KDederichs)
[f907d7a] Allow to customize the string representation of Collection field entries (@roromix)

Bug fixes

[cfb7348] Replace unsafe guessClientExtension() method with guessExtension() (@alshenetsky)
[304ebb1] Fix for linking from Edit/Detail to Index pages (@bytes-commerce)
[f85f23d] Fix some Twig deprecations in the form theme (@javiereguiluz)
[82d4947] Check if button parameters are present when submitting forms (@KDederichs)
[beeb804] Fix empty query term conditions (@guillaume-sainthillier)
[f9923f4] Prevent a crash when loading filters (@pkly)
[bdda011] Misc doc fixes and improvements (@FerJoTello)

4.13.3

16 Oct 17:25
Compare
Choose a tag to compare

Bug fixes

[70ee97e] Fix highlight text color in select autocomplete results (@javiereguiluz)
[072b023] Fix modal header layout issue due to Bootstrap 5.3.3 changes (@tpatartmajeur)
[659566c] Fix ControllerResolver::getController return value check (@fracsi)

4.13.2

15 Oct 17:48
Compare
Choose a tag to compare

Bug fixes

[bc2791a] Add a missing web asset file for the code editor field (@javiereguiluz)

4.13.1

14 Oct 17:34
Compare
Choose a tag to compare

Bug fixes

[63ae735] Fix the check about the existence of the ea variable in Twig templates (@fracsi)

4.13.0

13 Oct 10:13
Compare
Choose a tag to compare

This release contains an important bug fix contributed by Nicolas that allows EasyAdmin to run successfully with FrankenPHP, Swoole, etc.

New features

[c90cfb1] Make the "ea" global variable dynamic (@nicolas-grekas)
[4828f9d] Pass the entity FQCN to all action voters (@javiereguiluz)
[90a247b] Add tests for PHP 8.4 (@Chris53897)

Bug fixes

[c895eac] Fix search with nested properties (@tpatartmajeur)
[8db2456] Fix user menu styles when user is impersonated (@kteterycz)
[735ed80] Fix image overflow on detail page (@Seb33300)
[83d806a] Improve the paginator design in responsive mode (@javiereguiluz)
[4925c6f][c50e2bf] Fix Route attribute namespace in dashboard template (@thomas-l)
[1e59fd1][1faae84] Misc. doc fixes (@JorickPepin, @javiereguiluz)

4.12.0

02 Sep 17:51
Compare
Choose a tag to compare

New features

[c7b92ea] Allow to configure the default color scheme (@javiereguiluz)

Bug fixes

[25190b9] Revert filter modal scrollable (@tpatartmajeur)
[b471069] Fix background color of Trix editor link input in dark theme (@pavol-tuka)
[e1e3e8b] Drop spaceless filter in Twig templates to fix deprecation (@jmsche)
[97f3b8b] Updated the Chinese zh_TW translation (@pan93412)

4.11.1

06 Aug 18:23
Compare
Choose a tag to compare

Bug fixes

[4549b97] Fix selection of menu items after Dashboard menu item (@a-r-m-i-n)
[bb6ae0c] Fix EntityRepository to remove an unnecessary type conversion (@ksn135)
[2ca52be] Fix admin routes with locales that include the country/region part (@hoffmanns)
[7431d14][ed59756] Pass the predefined date/time formats "as is" to IntlFormatter instead of converting them (@javiereguiluz)
[852c7c1] Improved DDEV config (@a-r-m-i-n)
[387894f] Updated Romanian translation (@danut007ro)