Releases: EasyCorp/EasyAdminBundle
4.9.2
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
Bug fixes
[b178a21] Add support for JoinColumnMapping (@fabpot)
[2450965] Reintroduce bootstrap !important
to fix unexpected behavior of the UI (@astronati)
4.9.0
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
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
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)
4.8.11
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
[45dc47c] Remove referrer parameter from admin URLs (@javiereguiluz)
Bug fixes
[2b52979] Update Czech translation (@dfridrich)
[4a08089] Remove unnecessary true
comparison on is_string()
(@alexislefebvre)
[79d11dd] Fix failing sort test (@chapterjason)
[1ca8143] Fix filter on MoneyField to consider if values are stored as cents (@mhbailly)
4.8.10
New features
[4417489] Allow user to add custom HTML attributes to menu items (@KDederichs)
Bug fixes
[521d91f] Prevent code from throwing exception when parse_url()
returns false (@NopeNopeNope)
[a7cb7ff] Hide paginator if not needed (@zorn-v)
[7e698c6] Improve the preview of code editor fields in index page (@andersonamuller)
[127436e] Fix XSS in the JavaScript code of autocomplete (@simoheinonen)
4.8.9
Bug fixes
[44b9953] Fix a variable in the form theme (@vlad-ghita)
[11e8cfe] Fix enum choices label override (@b1rdex)
[2e5bc78] Update Portuguese translation (@psihius)
[53ad149] Misc. doc fixes (@ThomasLandauer)
4.8.8
New features
[4371814] Provide DDEV dev environment (@a-r-m-i-n)
Bug fixes
[294c35d] Allow Symfony 7.1 tests to fail for now (@javiereguiluz)
[6df9c5f] Fix collection collapsing logic (@a-r-m-i-n)
[0b67d0d] Prevent Menu JavaScript logic from failing when structure is changed (@NopeNopeNope)
4.8.7
New features
[12dad02] Add helper methods for Translatable
objects in filters (@Lustmored)
[6d4f88f] Remember last active tab (@javiereguiluz)
[a531172] Allow custom money divisor (@KDederichs)
[1931f7d] Allow to define HTML attributes in form tabs (@javiereguiluz)
Bug fixes
[eebb09c] Add null values on NOT IN mutiple ChoiceFilter (@Baptiste-Chabrol)
[ebb1eff] Fix menu item highlighting (@JorickPepin)
[7182c05] Remove !important
from Bootstrap utility classes (@javiereguiluz)
[eaf06e4] Fix the rounded border of tables in responsive mode (@javiereguiluz)
[c01186d] Fix the selected background color of code editor in dark mode (@javiereguiluz)
[5fa1b0c] Fix cache warmer for empty controllers (@javiereguiluz)
[ad31e2c] Include layer after only if panel is collapsible (@Chrysweel)
[2650165][3f3d6fa] Add PHP 8.3 to the GitHub CI matrix (@shakaran)
[7600ba5] Remove the deprecated NumberFormatter::TYPE_CURRENCY constant (@javiereguiluz)