Releases: EasyCorp/EasyAdminBundle
5.0.5
5.0.4
This is a minor release that eases the upgrade from 4.x to 5.x when using custom CRUD actions. We now dispaly better and more actionable error messages.
Changelog
[bf62201][bb46897] Misc. updates related to custom CRUD actions (@javiereguiluz)
4.29.5
This release introduces some minor changes to ease the upgrade to 5.x when using custom CRUD actions.
See https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/UPGRADE.md#easyadmin-4295
Changelog
[bb46897] Misc changes related to custom CRUD actions (@javiereguiluz)
5.0.3
Bug fixes
[4bd6249] Adjust DDEV for EasyAdmin 5.x (@a-r-m-i-n)
[0486264] Remove ext-json dependency from composer.json (@maks-oleksyuk)
[f9d9ab4] Fix test bootstrap crash on PHP < 8.4 due to enable_native_lazy_objects (Honza Novak)
[f9965ce] Prevent TypeError in EntityDto::getActions() (@Lustmored)
[7050bbe] Avoid rendering empty style attribute in menu badges (@bt-nn)
4.29.4
5.0.2
New features
[360fa65] Allow to set a custom response in all AfterEntity events (@javiereguiluz)
[9bd3676] Allow to disable the logout link from the user menu (@javiereguiluz)
[b6260b0] Add support for Money objects in MoneyField (@javiereguiluz)
Bug fixes
[a5fe9e3] Fix design when dark mode is disabled (@javiereguiluz)
[5a186c8] Replaced all implementations by references to interfaces (@javiereguiluz)
[d193f60] Fix dropdown overflow in multi-column forms (@javiereguiluz)
[1964efe] Fix route generation for entities called Controller (@javiereguiluz)
[fac04b8] Fix modals of actions with confirmation messages and rendered as forms (@javiereguiluz)
[62fd895] Fix locale switcher with pretty URLs (@javiereguiluz)
[002a427] Show an error indicator and auto-expand collapsed fieldsets that contain fields with errors (@javiereguiluz)
4.29.3
New features
[360fa65] Allow to set a custom response in all AfterEntity events (@javiereguiluz)
Note: EasyAdmin 4.x no longer receives new features, but this was a feature asked a long time ago and the requried changes are minimal.
Bug fixes
[a5fe9e3] Fix design when dark mode is disabled (@javiereguiluz)
[5a186c8] Replaced all implementations by references to interfaces (@javiereguiluz)
[d193f60] Fix dropdown overflow in multi-column forms (@javiereguiluz)
[1964efe] Fix route generation for entities called Controller (@javiereguiluz)
[fac04b8] Fix modals of actions with confirmation messages and rendered as forms (@javiereguiluz)
[62fd895] Fix locale switcher with pretty URLs (@javiereguiluz)
[002a427] Show an error indicator and auto-expand collapsed fieldsets that contain fields with errors (@javiereguiluz)
5.0.1
Bug fixes
- [ff3a7d7] Ease upgrade to EasyAdmin 5.x by supporting entity IDs in query params (@javiereguiluz)
- And all the bug fixes included in version 4.29.2
4.29.2
New features
[3557ae7] Allow to customize the default row action click trigger (@natepage)
Bug fixes
[ab2a739] Fix translations domain for VichUploadBundle (@theredled)
[f0f111c] Fix the Datetime filter for null value (@macintoshplus)
[3b06649] Fix some filter conditions when using null values (@javiereguiluz)
[00d294f] Fix checkbox label condition to avoid rendering a label when explicitly set to false (@dragosprotung)
[c9113b0] Adding space above the header on the login page (@axzx)
Misc changes
[0f6698f] UpdatePHPDoc in Action::setHtmlAttributes (Matthieu Renard)
[7ac96a7] Minor improvements in the login page design (@javiereguiluz)
5.0.0
This is the stable release of EasyAdmin 5.0 🎉
We follow the same philosophy as Symfony, so EasyAdmin 5.0 includes the exact same features as the latest 4.x version. The only difference is that EasyAdmin 5.0 removes all deprecated features, so your application will run a bit faster.
From now on, new features will only be added to EasyAdmin 5.0. Meanwhile, the EasyAdmin 4.x version will still receive bug fixes for some time.
Thanks to all contributors who made EasyAdmin 5.0 possible!