Skip to content

Releases: EasyCorp/EasyAdminBundle

4.14.2

06 Nov 19:00
Compare
Choose a tag to compare

Bug fixes

[71d8ba8] Improve the detection of pretty URLs usage (@javiereguiluz)
[06b33bb] Add .ddev directory to .gitattributes (@IndraGunawan)

4.14.1

04 Nov 19:39
Compare
Choose a tag to compare

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

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)