Skip to content

Releases: EasyCorp/EasyAdminBundle

4.12.0

02 Sep 17:51
Compare
Choose a tag to compare

New features

[c7b92ea] Allow to configure the default color scheme (@javiereguiluz)

Bug fixes

[25190b9] Revert filter modal scrollable (@tpatartmajeur)
[b471069] Fix background color of Trix editor link input in dark theme (@pavol-tuka)
[e1e3e8b] Drop spaceless filter in Twig templates to fix deprecation (@jmsche)
[97f3b8b] Updated the Chinese zh_TW translation (@pan93412)

4.11.1

06 Aug 18:23
Compare
Choose a tag to compare

Bug fixes

[4549b97] Fix selection of menu items after Dashboard menu item (@a-r-m-i-n)
[bb6ae0c] Fix EntityRepository to remove an unnecessary type conversion (@ksn135)
[2ca52be] Fix admin routes with locales that include the country/region part (@hoffmanns)
[7431d14][ed59756] Pass the predefined date/time formats "as is" to IntlFormatter instead of converting them (@javiereguiluz)
[852c7c1] Improved DDEV config (@a-r-m-i-n)
[387894f] Updated Romanian translation (@danut007ro)

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)