Releases: EasyCorp/EasyAdminBundle
4.23.2
4.23.1
Bug fixes
[9c784fe] Inject interfaces in menu item matcher instead of concrete implementations (@dragosprotung)
[fd6edb6] Fix ugly URLs with i18n backends (@dragosprotung)
[8e2c268] Improve the URL Field and add tests (@javiereguiluz)
[8901844] Keep URL absolute type for dashboards URLs (@dragosprotung)
4.23.0
New features
[1128fb4] Allow customize entity row attributes on index page (@zorn-v)
Bug fixes
[f847296] Use a better escaping mechanism for HTML attributes (@javiereguiluz)
[d36dbf2] Improve findRoute() method in admin route generator (@javiereguiluz)
[a95c204] Fix batch actions with ugly URLs (@javiereguiluz)
4.22.2
Bug fixes
[3178099] Add some missing deprecations related to forms (@javiereguiluz)
[cfeb05b] Fix set current route parameters with pretty urls enabled (@zorn-v)
[3aea6c9] Fix Dashboard menu item highlighting (@javiereguiluz)
4.22.1
Bug fixes
[f4edbf0] Force auto-generated CSRF token id (@nicolas-grekas)
[1453266] Add some missing deprecations about signed URLs (@javiereguiluz)
4.22.0
New features
[2ed6666] Allow customizing some parts of the login form page via Twig blocks (@Pierstoval)
Bug fixes
[e635148] Added some missing deprecations related to referrer URLs (@javiereguiluz)
[3179481] Do not redirect to pretty URL when CRUD controller is null (@Seb33300)
4.21.1
Bug fixes
[c14f516] Fix pretty URL redirection when using custom actions (@damien-louis)
4.21.0
4.20.8
Bug fixes
[f813388] Fix an edge-case about pretty URLs and cache warm up (@javiereguiluz)
4.20.7
Bug fixes
[2dfefea] Fix pretty URLs with i18n backends (@javiereguiluz)
[f09fbd3] Fix admin route generation when using the Route attribute from the legacy Annotation namespace (@systemasis)