What EasyCorp/EasyAdminBundle shipped
Generated by FoxPlug from public activity — not affiliated with Easycorp.
Week of September 14, 2026
What shipped
- EasyAdmin 5.6.0 released with new features and bug fixes. Release
- Non-nullable text fields now set empty_data to an empty string instead of null, fixing form submission issues. Pull request #7798
- Fixed SortDirection deprecation warnings when using Doctrine ORM 3.7 by adopting the PHP 8.6 SortDirection enum. Pull request #7820
- Fieldset error borders now only appear on fieldsets that normally have borders, reducing visual clutter during validation. Pull request #7800
- Fixed close button icon disappearing on hover or focus by using background-color instead of background shorthand. Pull request #7823
- Autocomplete fields on input elements no longer break due to missing optional chaining in options length check. Pull request #7822
- Optional AI skills feature added for users who want improved code generation quality from AI tools. Pull request #7813
Why it matters
Version 5.6.0 addresses form handling edge cases with non-nullable text fields, improves compatibility with Doctrine ORM 3.7, and refines the UI experience with better fieldset error display and icon rendering. These fixes improve data integrity and visual consistency across the admin interface.
Changelog entry
- 5.6.0 released Release
- Fix empty data for non-nullable text fields Pull request #7798
- Fix SortDirection deprecation on Doctrine ORM Pull request #7820
- Only show error borders for normally bordered fieldsets Pull request #7800
- Fix disappearing close button icon on interaction Pull request #7823
- Add optional chaining to element.options length check Pull request #7822
- Add AI skills Pull request #7813
EasyAdmin 5.6.0 shipped. Fixed non-nullable text field handling, Doctrine ORM 3.7 compatibility, fieldset error borders, close button icons, and autocomplete initialization.
EasyAdmin 5.6.0 is out. This release improves form data handling for non-nullable text fields, ensures compatibility with Doctrine ORM 3.7's new SortDirection enum, refines fieldset error border display to reduce visual clutter, fixes close button icon rendering issues, and resolves autocomplete initialization on input elements.