PackageTrack
Sign in Get early access

easycorp/easyadmin-bundle

Admin generator for Symfony applications

v5.5.1 19M downloads/mo #1157 most downloaded on Packagist EasyCorp/EasyAdminBundle

What this package is like to depend on

Last release 12 days ago

11 Aug 2026

Ships fairly regularly

a new release about every 2 weeks

Rarely documented

notes for 11 of 377 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

397 releases · first in 2015

61 releases in the last 12 months

see the full history below

Release timeline

397 releases · Jan 2015 to Aug 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 397
  1. v5.5.1 11 Aug 2026
    Release notes

    This is a security release. Upgrade as soon as possible. Before this fix, the custom-action route dispatcher could bypass the access_control rules defined in your Symfony security configuration.

    Security fixes

    [6228dfe] Re-validate access_control when dispatching custom-action routes (@javiereguiluz)

    Full security advisory information:
    GHSA-g2fm-8hr4-j82h

    Open source →
  2. v5.5.0 05 Aug 2026
    Release notes

    📣 Announcement: New in EasyAdmin 5.5

    If EasyAdmin helps your company ship faster, consider funding its development:
    ❤️ Sponsor EasyAdmin


    New features

    [c52151b] Support sorting by nested association fields (@javiereguiluz)
    [f4fbdce] Allow to prepend and append text/HTML/icons in form fields (@javiereguiluz)
    [d71a1c1] Persist the selected tab between detail and edit pages (@javiereguiluz)

    Bug fixes

    [cc33b6a] Fix autocomplete ids with non-Symfony uid Doctrine types (e.g. ramsey/uuid-doctrine) (@bortomar)
    [8e7574d] Fix search in deeply nested properties (@javiereguiluz)
    [7d3b287] Fix the design of multi-row tabs (@javiereguiluz)
    [8f0da71] Update assets to not depend on DOM structure (@javiereguiluz)
    [f4198cf] Fix the input group prepend (@javiereguiluz)
    [81d0db5] Fix NumericFilter with null values on money fields (@ERuban)
    [8ba443a] Restore BC by catching exceptions thrown by stringables (@KDederichs)
    [315d927] Make Bootstrap grid gutters follow the density scale (@javiereguiluz)
    [516487d] Fix the lock/unlock button of the slug field (@javiereguiluz)
    [5917e86] Add generic return type to AbstractCrudController::getContext() (@ERuban)

    Open source →
  3. v5.4.1 30 Jul 2026
    Release notes

    Bug fixes

    [68772e7] Fix setting custom HTML attributes on boolean fields and Switch component (@javiereguiluz)
    [355314b] Remove the auto-scroll feature in long menus (@javiereguiluz)
    [393c4d2] Fix nested dropdowns in inline actions (@javiereguiluz)

    Open source →
  4. v5.4.0 30 Jul 2026
    Release notes

    📣 Announcement: New in EasyAdmin 5.4: Theming Is Here

    If EasyAdmin helps your company ship faster, consider funding its development:
    ❤️ Sponsor EasyAdmin


    New features

    [c77572a] Support nested associations and embedded properties in filters (@Seb33300, @KDederichs)
    [77df5aa] Update the design of the tabs and tab lists (@javiereguiluz)
    [9fbc5f5] Allow to override each part of the detail page (@javiereguiluz)
    [ffa9207] Add group_by support to autocomplete association fields (@javiereguiluz)
    [c368517] Add a simple but powerful theming API (@javiereguiluz)

    Bug fixes

    [f2df281] Fix the swapped debug messages of InsufficientEntityPermissionException (@guillaume-sainthillier)
    [2d04070] Fix ArrayFilter crashing when the filtered property is not a displayed field (@guillaume-sainthillier)
    [457c1ec] Fix TypeError when calling Crud::setFilters(null) (@guillaume-sainthillier)
    [dd250a5] Don't lose the original exception when the fallback AdminContext creation fails (@guillaume-sainthillier)
    [7a326e6] Support absolute filesystem paths in setUploadDir() (@lacatoire)
    [1af2bd5] Fix image field lightbox init and thumbnail scroll jump (@nlemoine)
    [7797ade] Fix the design of split buttons (@javiereguiluz)

    Misc changes

    [7fca25c] Add native property types to the test app entities (@guillaume-sainthillier)
    [e3300f1] Remove dead code and simplify redundant constructs (@guillaume-sainthillier)
    [acf774b] Mark immutable promoted properties as readonly (@guillaume-sainthillier)
    [8a79c22] Remove the ENTITY_FQCN_TO_CRUD_FQCN cache entry, which was written but never read (@guillaume-sainthillier)
    [3ee3bd8] Add native types to DTO properties, getters and event interfaces (@guillaume-sainthillier)
    [eb5ae08] Update .gitattributes for cleaner repository exports (@IndraGunawan)

    Open source →
  5. v5.3.0 21 Jul 2026
    Release notes

    Version details blog post:

    New in EasyAdmin 5.3: A Modernized Sidebar, Symfony Reprise, and More Theming Groundwork
    https://dev.to/javiereguiluz/new-in-easyadmin-53-a-modernized-sidebar-symfony-reprise-and-more-theming-groundwork-3p8i

    New features

    [6eb4708] Add support for Symfony Reprise assets (@Kocal)
    [cfa4fd4] Add a Sidebar Twig component (@javiereguiluz)
    [da32e36] Port new tab badge feature to detail.html.twig (@natepage)

    Bug fixes

    [92bca6a] Fix the divisor used by MoneyField for Money objects of non-2-decimal currencies (@guillaume-sainthillier)
    [e443064] Fix the app.css build asset corrupted by merge conflict markers (@nlemoine)

    Misc changes

    [78bbd7e] Fix stale docblocks in AdminContext and AfterEntityUpdatedEvent (@guillaume-sainthillier)
    [321f2d8] Clean up the test suite (@guillaume-sainthillier)
    [53c585b] Adapt the actions test fixture to the stricter URL generation (@guillaume-sainthillier)
    [ce49ced] Remove the unused AdminRouteGenerator argument of MenuItemMatcher (@guillaume-sainthillier)
    [621dd52] Update styles to ease future theming (@javiereguiluz)
    [8c87f51] Update CSS to use layers (@javiereguiluz)
    [5ec0169] Uniformize styles onto the base design tokens (@javiereguiluz)

    Open source →
  6. v5.2.0 12 Jul 2026
    Release notes

    Version details blog post:

    New in EasyAdmin 5.2: Twig Components, Polished UI, and Theming Groundwork
    https://dev.to/javiereguiluz/new-in-easyadmin-52-twig-components-polished-ui-and-theming-groundwork-23on

    New features

    [7878d69] Allow to display badges in form tabs (@javiereguiluz)
    [62332b0] Add a <twig:ea:Switch> Twig component to render switches/toggles (@javiereguiluz)
    [72d1f35] Add a <twig:ea:Pagination> Twig component to render pagination elements (@javiereguiluz)
    [5b644bb] Add a <twig:ea:Modal> (and <twig:ea:Modal:Trigger>, <twig:ea:Modal:Close>) Twig component to create modals (@javiereguiluz)
    [1b959f1][e66e807] Improve the <twig:ea:ActionMenu> component (@javiereguiluz)
    [aa88896] Improve the <twig:ea:Flag> component (@javiereguiluz)
    [ddb01d0] Improve the <twig:ea:Button> component (@javiereguiluz)
    [b7a3ba5] Improve the <twig:ea:Icon> component (@javiereguiluz)
    [3abe57e] Improve the <twig:ea:Alert> component (@javiereguiluz)

    Bug fixes

    [54bb503] Avoid interdependent content_title and page_title Twig blocks (@MatTheCat)
    [8162aa1] Adjust select height (@Seb33300)
    [7fc4e48] Fix several button design issues (@javiereguiluz)
    [c09a46d] Fix file upload when using Flysystem (@javiereguiluz)
    [27b2a2a] Preserve custom query parameters in index search forms (@javiereguiluz)
    [0c0a328] Open rows in new tabs when using middle click or control click (@javiereguiluz)
    [351dfae] Misc doc changes (@vincentvdree)

    Misc changes

    [cf313af] Improve performance of some Twig Components (@javiereguiluz)
    [e3b4ef7] Add a new doc page to explain how our Twig Components work (@javiereguiluz)
    [e1b5b4d] Remove redundant getEntityFqcn backed by interface (@guillaume-sainthillier)
    [ad18d67] Improve phpdoc with generics (@guillaume-sainthillier)
    [4f36812] Improve performance of Countr field by compiling the choice label template once (@guillaume-sainthillier)

    Open source →
  7. v5.1.0 20 Jun 2026
    Release notes

    New features

    [8956734] Allow to use "id" in addition to "entityId" as the route placeholder (@javiereguiluz)

    Bug fixes

    [3fe4332] Fix sorting on embeddable (@javiereguiluz)
    [4b246ce] Fix multiple click event listeners get added to delete buttons (@Deksor)
    [661d593] Fix unwantted JavaScript validation outside of submitted form (@javiereguiluz)
    [6f1b948] Fix an interface deprecation (@javiereguiluz)
    [03cd95f] Avoid inline event handler in content search input (CSP issue) (@ERuban)
    [839a878] Fixed Hungarian translations (@pwgen81)

    Misc changes

    [4dec4ed] Remove deprecated features (usePrettyUrls() method, and some cache keys in the admin route generator)

    Open source →
  8. v5.0.15 17 Jun 2026

    Nothing published for this version

  9. v5.0.14 15 Jun 2026

    Nothing published for this version

  10. v5.0.13 04 Jun 2026

    Nothing published for this version

  11. v5.0.12 03 Jun 2026

    Nothing published for this version

  12. v5.0.11 28 May 2026

    Nothing published for this version

  13. v5.0.10 27 May 2026

    Nothing published for this version

  14. v5.0.9 24 May 2026

    Nothing published for this version

  15. v5.0.8 13 May 2026

    Nothing published for this version

  16. v5.0.7 03 May 2026

    Nothing published for this version

  17. v5.0.6 21 Apr 2026

    Nothing published for this version

  18. v5.0.5 15 Apr 2026

    Nothing published for this version

  19. v5.0.4 01 Apr 2026

    Nothing published for this version

  20. v5.0.3 31 Mar 2026

    Nothing published for this version

  21. v5.0.2 08 Mar 2026

    Nothing published for this version

  22. v5.0.1 01 Mar 2026

    Nothing published for this version

  23. v5.0.0 26 Feb 2026

    Nothing published for this version

  24. v5.0.0-BETA2 18 Feb 2026 pre-release

    Nothing published for this version

  25. v5.0.0-BETA1 14 Feb 2026 pre-release

    Nothing published for this version

  26. v4.29.16 11 Aug 2026
    Release notes

    This is a security release. Upgrade as soon as possible. Before this fix, the custom-action route dispatcher could bypass the access_control rules defined in your Symfony security configuration.

    Security fixes

    [6228dfe] Re-validate access_control when dispatching custom-action routes (@javiereguiluz)

    Full security advisory information:
    GHSA-g2fm-8hr4-j82h

    Open source →
  27. v4.29.15 05 Aug 2026
    Release notes

    Bug fixes

    [cc33b6a] Fix autocomplete ids with non-Symfony uid Doctrine types (e.g. ramsey/uuid-doctrine) (@bortomar)

    Open source →
  28. v4.29.14 12 Jul 2026
    Release notes

    Bug fixes

    [54bb503] Avoid interdependent content_title and page_title Twig blocks (@MatTheCat)

    Open source →
  29. v4.29.13 20 Jun 2026

    Nothing published for this version

  30. v4.29.12 03 Jun 2026

    Nothing published for this version

  31. v4.29.11 28 May 2026

    Nothing published for this version

  32. v4.29.10 27 May 2026

    Nothing published for this version

  33. v4.29.9 24 May 2026

    Nothing published for this version

  34. v4.29.8 13 May 2026

    Nothing published for this version

  35. v4.29.7 03 May 2026

    Nothing published for this version

  36. v4.29.6 21 Apr 2026

    Nothing published for this version

  37. v4.29.5 01 Apr 2026

    Nothing published for this version

  38. v4.29.4 31 Mar 2026

    Nothing published for this version

  39. v4.29.3 08 Mar 2026

    Nothing published for this version

  40. v4.29.2 01 Mar 2026
    Release notes

    ebd7e7a

    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 )

    Contributors

    javiereguiluz, macintoshplus, and 4 other contributors

    Open source →
  41. v4.29.1 18 Feb 2026

    Nothing published for this version

  42. v4.29.0 14 Feb 2026

    Nothing published for this version

  43. v4.28.1 05 Feb 2026

    Nothing published for this version

  44. v4.28.0 28 Jan 2026

    Nothing published for this version

  45. v4.27.8 24 Jan 2026

    Nothing published for this version

  46. v4.27.7 15 Jan 2026

    Nothing published for this version

  47. v4.27.6 04 Jan 2026

    Nothing published for this version

  48. v4.27.5 11 Dec 2025

    Nothing published for this version

  49. v4.27.4 20 Nov 2025

    Nothing published for this version

  50. v4.27.3 13 Nov 2025

    Nothing published for this version

  51. v4.27.2 11 Nov 2025

    Nothing published for this version

  52. v4.27.1 04 Nov 2025

    Nothing published for this version

  53. v4.27.0 03 Nov 2025

    Nothing published for this version

  54. v4.26.5 19 Oct 2025

    Nothing published for this version

  55. v4.26.4 19 Oct 2025

    Nothing published for this version

  56. v4.26.3 08 Oct 2025

    Nothing published for this version

  57. v4.26.2 07 Oct 2025

    Nothing published for this version

  58. v4.26.1 06 Oct 2025

    Nothing published for this version

  59. v4.26.0 05 Oct 2025

    Nothing published for this version

  60. v4.25.1 10 Sep 2025

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive