Skip to content

Releases: EasyCorp/EasyAdminBundle

5.0.2

08 Mar 19:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

08 Mar 19:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

01 Mar 18:56
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug fixes

4.29.2

01 Mar 18:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

26 Feb 07:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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!


5.0.0-BETA2

18 Feb 19:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

This is the second beta version of the upcoming 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.

When the stable version of EasyAdmin 5.0 is released, we will stop adding new features to the 4.x branch. Update to 5.x soon so you do not miss any upcoming features.

4.29.1

18 Feb 19:15
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug fixes

[c768618] Support custom query parameters in linkTo() menu items (@javiereguiluz)
[cab06e7] Support custom variants in Alert component (@javiereguiluz)
[d89d3fc] Fix some PHPStan issues related to tests (@javiereguiluz)
[2c8787f] Fix error pages (@javiereguiluz)

5.0.0-BETA1

14 Feb 17:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

This is the first beta version of the upcoming 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.

When the stable version of EasyAdmin 5.0 is released, we will stop adding new features to the 4.x branch. Update to 5.x soon so you do not miss any upcoming features.

4.29.0

14 Feb 17:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New features

[2916dbf] Introduce an AdminControllerRegistry (@javiereguiluz)
[8818eeb] Introduce a new type of menu item to link to any controller (@javiereguiluz)

Bug fixes

[42359d5][5edd0ab][9477324] Fix filter on embedded properties (@Seb33300)
[ed9ee4d][90f8c7b] Fix search on nested embedded properties (@Seb33300)
[f1214ee] Modified CrudAutocompleteSubscriber to use non doctrine-native ULID (@jgrc-puntopost)

Misc fixes

[bcedd45] Refactor close field creation to use a common method (@sbarex)
f2926cf] Fix some deprecations (@javiereguiluz)
[d22860f] Fix inconsistent label generation for AssociationField and EntityFilter (@axzx)
[bc9f7ed] Refactor/dto collections (@michaelKaefer)
[cb69173] Allow setQueryBuilder() callable to return a custom QueryBuilder (@ahmed-bhs)
[3aaf2ba] Fallback to entity FQCN short name if entity translation feature is not used (@michaelKaefer)
[b4b12d0] Update Polish translation (@axzx)

4.28.1

05 Feb 20:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New features

[94eca2e] Improve the rendering of the selected item in autoselect dropdowns (@javiereguiluz)
[3c72ff2] Add CSP nonce to CSS asset links (@redeye86)
[737992e][2230687] Allow to set translations for entities and their properties (@michaelKaefer)
[07f02a6] Add the collection object in the JavaScript events (@javiereguiluz)

Bug fixes

[e077c7b] Fix the rendering of color fields in index/detail pages in dark mode (@javiereguiluz)
[dba5338] Fix the fieldset collapse/expand animation (@javiereguiluz)
[1674d08] Fix the action confirmation modal button style (@javiereguiluz)
[38d80d0] Fix autocomplete with multiple fields associated to the same property (@javiereguiluz)
[594195c] Fix rendering of BigInt fields (@javiereguiluz)

Misc fixes

[03c4c7d] Misc. doc fixes (@Kocal)