EasyAdminBundle Versions Save

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.

v4.10.0

3 weeks ago

This release includes a security fix about a potential XSS issue in the detail page. Read the UPGRADE guide for more details:

https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/UPGRADE.md#easyadmin-4100

Bug fixes

[4b4103e8] Change the default title of detail page to avoid XSS issues (@javiereguiluz)

v4.9.5

4 weeks ago

New features

[b1e739ef] Added support for translatable objects in Twig (@Geolim4) [c25528c0] Added block for meta tags in login minimal template (@dragosprotung)

Bug fixes

[8f20bcd5] Fix Enum translation for grid in ChoiceField (@psihius) [c1d37bd5] Fix empty collection first item index (@zorn-v) [13271790] Fix InvalidOptionsException when using ChoiceField with zero choices (@alshenetsky) [5e1e6d09] Fix invalid DQL (@alshenetsky) [24745c51] Fix warning in DateTimeFilterType (@alshenetsky) [10b1f924] Fix login form bottom padding (@Seb33300) [96404d8f] Hide unnecessary vertical scrollbar (@Seb33300) [5182566a] Allow fields containing null-safe property paths (@alshenetsky) [5523f612] If it's a JoinColumnMapping, use property access (@KDederichs)

v4.9.4

2 months ago

Bug fixes

[984a9904] Fix the conditional display of global actions (@a-r-m-i-n) [92816bbb] Fix the case when referrer in query string is present but empty (@oleg-andreyev) [d83b976a] Add extra check for empty referrer value in form theme twig template (@nzhiti) [8664f039] Highlight search results only on searchable fields (@javiereguiluz) [6f6b3fde] Fix inlined actions not clickable in responsive mode (@javiereguiluz) [56c98f68] Fix some nested CSS styles (@javiereguiluz) [271f2d3e] Update French translation (@Geolim4)

v4.9.3

2 months ago

New features

[45e85334] Add ability to clone fields (@psihius)

Bug fixes

[16f5df18] Fix incorrect display of HTML attributes on detail page (@Romaixn) [e794e9b5] Fix the JavaScript code of the light/dark mode selector (@javiereguiluz) [4b6a90dd] Fix ajax editing of fields with invalid permission (@danut007ro) [e38f90de][ae1057d9] Misc doc fixes (@JorickPepin, @alexandre-mace)

v4.9.2

2 months ago

New features

[5498acc7] Support translatable enum's, fix grid displaying single enum value twice, auto-detect enum based of Doctrine's enumType setting (@psihius) [f3c9503d] Remove Sass and use only CSS to build the assets of this bundle (@javiereguiluz)

Bug fixes

[cf7a189d] Update NumericFilter.php for fix STORED_AS_CENTS if not stored as cents (@beregovoy)

v4.9.1

3 months ago

Bug fixes

[b178a210] Add support for JoinColumnMapping (@fabpot) [24509656] Reintroduce bootstrap !important to fix unexpected behavior of the UI (@astronati)

v4.9.0

3 months ago

This version adds compatibility with Doctrine ORM 3.x 🎉 If you face any bug related to that, please report it. Thanks!

New features

[0b985d7b] Allow to use Expression Language expressions to define security permissions (@a-r-m-i-n) [1932ed3d] Add Doctrine ORM 3.x compatibility (@javiereguiluz)

v4.8.13

3 months ago

Bug fixes

[b84713f3] Hide submenu without items (@zorn-v) [66cdc152] Add full support for AssetMapper entries (@javiereguiluz) [54a13f68] Don't translate form values that are already translated (@javiereguiluz) [3abd8fc8] Fix some design issues related to form tabs (@javiereguiluz)

v4.8.12

3 months ago

New features

[69a5127e] Allow setting sort field for *-to-one associations (@chapterjason) [d6292e0b] Allow to add AssetMapper entries in dashboards and CRUDs (@javiereguiluz)

Bug fixes

[5d80405e] Fix the design of form collections (@javiereguiluz) [b736249b] Fix an issue related to the translation of country names (@javiereguiluz)

v4.8.11

3 months ago

Admin URLs will no longer include the referrer parameter, so they will be much shorter. The referrer is now determined automatically based on the context information.

New features

[45dc47c6] Remove referrer parameter from admin URLs (@javiereguiluz)

Bug fixes

[2b529796] Update Czech translation (@dfridrich) [4a080891] Remove unnecessary true comparison on is_string() (@alexislefebvre) [79d11ddf] Fix failing sort test (@chapterjason) [1ca81432] Fix filter on MoneyField to consider if values are stored as cents (@mhbailly)