Releases: EasyCorp/EasyAdminBundle
4.14.5
Bug fixes
[3eacbb1] Fix an issue when generating pretty URLs for the dashboard (@javiereguiluz)
4.14.4
Bug fixes
[deb8919] Fix filters when using pretty URLs (@javiereguiluz)
4.14.3
Bug fixes
[a8d66aa] Fix performance issue when using pretty URLs (@javiereguiluz)
4.14.2
Bug fixes
[71d8ba8] Improve the detection of pretty URLs usage (@javiereguiluz)
[06b33bb] Add .ddev
directory to .gitattributes
(@IndraGunawan)
4.14.1
New features
[fe40488] Allow AdminCrud
and AdminAction
attributes to be used without parameter names (@Lustmored)
Bug fixes
[9e0ef39] Fix next page URL (@danut007ro)
[e1025aa] Fix the priority/order of the generated routes (@javiereguiluz)
[a305b2b] Fix version where pretty admin URLs were added (@fabpot)
[cafdaec] Fix an issue when accessing a variable in a Twig template (@javiereguiluz)
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)