Skip to content

Releases: EasyCorp/EasyAdminBundle

4.16.2

26 Nov 19:49
Compare
Choose a tag to compare

Bug fixes

[e6719e7] Fix typo in the name of an internal icon (@WedgeSama)
[bb47199] Fix menu item matcher when using pretty URLs (#javiereguiluz)
[fdbf0f9] Replace sr-only CSS class with visually-hidden (@JorickPepin)
[b333d63] Fix icon sets in documentation (@JorickPepin)
[cc2540a] Misc tweaks related to icons (@javiereguiluz)
[8cea287] Fix AdminDashboard attribute routes type (@JorickPepin)
[d5ca738] Use PHP 8.4 as the baseline PHP version in CI tests (@javiereguiluz)

4.16.1

25 Nov 18:59
Compare
Choose a tag to compare

Bug fixes

[dc4bc4c] Fix an edge-case when using pretty URLs (@javiereguiluz)

4.16.0

25 Nov 18:19
Compare
Choose a tag to compare

New features

[f2fc65b] Allow to use different icon sets in the backend (@javiereguiluz)
[8d38f85] Split ea_form_fieldset_open_row form theme block (@WedgeSama)

Bug fixes

[6a613a5] Use image_uri for the lightbox thumbnail when using VichUploader bundle (@guillaume-sainthillier)
[440980e] Fix misc deprecations (@javiereguiluz)

4.15.1

21 Nov 18:11
Compare
Choose a tag to compare

New features

[37fe99c] Make constructors expect Interfaces for final classes (@bytes-commerce)

Bug fixes

[f5c8249] Fix the admin generator commands (@javiereguiluz)
[f0751d0] Fix return of context provider to return the context interface (@andersonamuller)

4.15.0

19 Nov 20:49
Compare
Choose a tag to compare

New features

[bc45f2f] Bump PHP requirements to PHP 8.1 (needed to use Twig Components) (@javiereguiluz)
[e7141eb] Use the modern bundle structure for config, templates, translations and public assets (@javiereguiluz)
[567ae61] Use logical CSS properties to improve RTL/LTR support (@javiereguiluz)

Bug fixes

[ce98597] Allow to stop entity deletion in batch delete via events (Elliot Bruneel)
[9f0626e] Fix the design of errored form fields (@javiereguiluz)
[171aae9] Trim trailing slash from pretty index route path (@pavol-tuka)
[d849b1e] Fix menu item matcher with pretty URLs enabled (@zorn-v)
[3fd4515] Correctly extract the entityID for the title when using pretty URLs (@jbtronics)

4.14.5

08 Nov 07:09
Compare
Choose a tag to compare

Bug fixes

[3eacbb1] Fix an issue when generating pretty URLs for the dashboard (@javiereguiluz)

4.14.4

07 Nov 18:46
Compare
Choose a tag to compare

Bug fixes

[deb8919] Fix filters when using pretty URLs (@javiereguiluz)

4.14.3

07 Nov 07:10
Compare
Choose a tag to compare

Bug fixes

[a8d66aa] Fix performance issue when using pretty URLs (@javiereguiluz)

4.14.2

06 Nov 19:00
Compare
Choose a tag to compare

Bug fixes

[71d8ba8] Improve the detection of pretty URLs usage (@javiereguiluz)
[06b33bb] Add .ddev directory to .gitattributes (@IndraGunawan)

4.14.1

04 Nov 19:39
Compare
Choose a tag to compare

New features

[fe40488] Allow AdminCrud and AdminAction attributes to be used without parameter names (@Lustmored)

Bug fixes

[9e0ef39] Fix next page URL (@danut007ro)
[e1025aa] Fix the priority/order of the generated routes (@javiereguiluz)
[a305b2b] Fix version where pretty admin URLs were added (@fabpot)
[cafdaec] Fix an issue when accessing a variable in a Twig template (@javiereguiluz)