Releases: EasyCorp/EasyAdminBundle
4.14.0
New features
[7cd1489] Add support for pretty URLs (@javiereguiluz) 🎉🎉🎉
4.13.6
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
4.13.4
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
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
Bug fixes
[bc2791a] Add a missing web asset file for the code editor field (@javiereguiluz)
4.13.1
4.13.0
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
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
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)