Skip to content

Releases: EasyCorp/EasyAdminBundle

4.10.1

02 May 11:22
Compare
Choose a tag to compare

Bug fixes

[91b5b08] Fix search engine for PostgreSQL databases when querying numbers (@gregGit)

4.10.0

19 Apr 18:16
Compare
Choose a tag to compare

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

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

4.9.5

16 Apr 18:45
Compare
Choose a tag to compare

New features

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

Bug fixes

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

4.9.4

12 Mar 19:07
Compare
Choose a tag to compare

Bug fixes

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

4.9.3

29 Feb 19:24
Compare
Choose a tag to compare

New features

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

Bug fixes

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

4.9.2

26 Feb 19:26
Compare
Choose a tag to compare

New features

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

Bug fixes

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

4.9.1

09 Feb 19:47
Compare
Choose a tag to compare

Bug fixes

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

4.9.0

07 Feb 13:41
Compare
Choose a tag to compare

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

New features

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

4.8.13

02 Feb 19:10
Compare
Choose a tag to compare

Bug fixes

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

4.8.12

28 Jan 09:34
Compare
Choose a tag to compare

New features

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

Bug fixes

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