Skip to content

Releases: EasyCorp/EasyAdminBundle

4.14.5

08 Nov 07:09
Compare
Choose a tag to compare

Bug fixes

[3eacbb1] Fix an issue when generating pretty URLs for the dashboard (@javiereguiluz)

4.14.4

07 Nov 18:46
Compare
Choose a tag to compare

Bug fixes

[deb8919] Fix filters when using pretty URLs (@javiereguiluz)

4.14.3

07 Nov 07:10
Compare
Choose a tag to compare

Bug fixes

[a8d66aa] Fix performance issue when using pretty URLs (@javiereguiluz)

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)