Skip to content

Releases: EasyCorp/EasyAdminBundle

4.11.0

27 Jul 17:34
Compare
Choose a tag to compare

This release contains a bug fix related to menu items not properly highlighted in some cases. To fix this, we had to introduce a BC break, but it only affects you if you have your own MenuItemMatcherInterface implementation in your backend (which is very rarely needed). Read the UPGRADE.md guide and read the new code of the MenuItemMatcher class to learn more about this change.

Bug fixes

[0129eb9] Make long filter modald scrollable (@tpatartmajeur)
[4ebe89c] Fix flag sizes in the country field in Safari browsers (@javiereguiluz)
[9c39cc4] Fix entity aliases generation in EntityRepository (@ksn135)
[1fc89fd] Fix the logic of the menu item matcher (@javiereguiluz)

4.10.5

18 Jul 18:14
Compare
Choose a tag to compare

Bug fixes

[ba8b6d4] Use the configured translation domain when translating a page title (@Dotdeb22)
[a3c52fb] Fix formatting of percent fields (@maxhelias)
[617219b] Fix Twig regex for collection field (@GuillaumeRoques)
[88190e7] Reindex ActionCollection by actionName after processing actions (@maxhelias)

4.10.4

12 Jul 18:16
Compare
Choose a tag to compare

New features

[7549885] Pass the added element in the ea.collection.item-added event (@zorn-v)
[d92ca29][3f78882] Add a new renderAsHtml() method to AssociationField (@tpatartmajeur)

Bug fixes

[1e1a206] Fix multiple ImageField constraint (@Seb33300)
[4df6c3e] Fix assets not loaded for fields generated automatically (@javiereguiluz)
[53863da] When there's an error in a collection, render it expanded (@zorn-v)
[71104ea] Fix an exception related to collections in form_theme.html.twig (@Viperium)
[8a98b1e] Fix the height of empty cells in datagrids on small devices (@javiereguiluz)
[5f4413d] Fix search when entities are associated with tables of the same name (@ksn135)
[35953b5] Remove any usage of the strtok() function (@javiereguiluz)
[ae7f9e5][63302e3] Misc doc fixes and tweaks (@Chris53897)

4.10.3

26 Jun 18:50
Compare
Choose a tag to compare

Bug fixes

[2ae6891] Fix full width datetime input (single widget) (@Seb33300)
[9ec576c] Fix Fieldset header styles (@kteterycz)
[e14e0af] Fix nullable detection (@DrWarpMan)
[58b8158] Update Italian translations (@gremo)
[2b14df4] Fix a deprecation related to Symfony 7.1 (@javiereguiluz)
[1fcf7e8][19c647d][1ddf3c4] Misc. doc fixes (@Chris53897, Rémi Fongaufier, @Romaixn)

4.10.2

21 May 19:53
Compare
Choose a tag to compare

New features

[1fdacd6] Allow defining constraints in the file of the Image field (@Seb33300)

Bug fixes

[0049b0d] Slug field is now triggered also by select fields (@Romaixn)
[1ad08d9] Misc. doc fixes (@Romaixn)

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)