Skip to content

Releases: EasyCorp/EasyAdminBundle

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)

4.11.0

27 Jul 17:34
Compare
Choose a tag to compare

This release contains a bug fix related to menu items not properly highlighted in some cases. To fix this, we had to introduce a BC break, but it only affects you if you have your own MenuItemMatcherInterface implementation in your backend (which is very rarely needed). Read the UPGRADE.md guide and read the new code of the MenuItemMatcher class to learn more about this change.

Bug fixes

[0129eb9] Make long filter modald scrollable (@tpatartmajeur)
[4ebe89c] Fix flag sizes in the country field in Safari browsers (@javiereguiluz)
[9c39cc4] Fix entity aliases generation in EntityRepository (@ksn135)
[1fc89fd] Fix the logic of the menu item matcher (@javiereguiluz)

4.10.5

18 Jul 18:14
Compare
Choose a tag to compare

Bug fixes

[ba8b6d4] Use the configured translation domain when translating a page title (@Dotdeb22)
[a3c52fb] Fix formatting of percent fields (@maxhelias)
[617219b] Fix Twig regex for collection field (@GuillaumeRoques)
[88190e7] Reindex ActionCollection by actionName after processing actions (@maxhelias)