Releases: EasyCorp/EasyAdminBundle
4.15.1
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
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
Bug fixes
[3eacbb1] Fix an issue when generating pretty URLs for the dashboard (@javiereguiluz)
4.14.4
Bug fixes
[deb8919] Fix filters when using pretty URLs (@javiereguiluz)
4.14.3
Bug fixes
[a8d66aa] Fix performance issue when using pretty URLs (@javiereguiluz)
4.14.2
Bug fixes
[71d8ba8] Improve the detection of pretty URLs usage (@javiereguiluz)
[06b33bb] Add .ddev
directory to .gitattributes
(@IndraGunawan)
4.14.1
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)
4.14.0
New features
[7cd1489] Add support for pretty URLs (@javiereguiluz) 🎉🎉🎉
4.13.6
Bug fixes
[988b9b4] Fix ImageField design in dark mode (@VibroMatvey)
[1b65db1] Fix the highlighter so that it doesn't crash on REGEX symbols anymore (@kees-hoogerheide-teampeak)