Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
4.5.1
Fixed
- [#7647] DefaultRouteGenerator Routes generation for nested admins (@Devristo)
- [#7636] Remove support for translation-contracts until it can be installed without relying on dev dependencies (@jordisala1991)
4.5.0
Added
- [#7626] Support for a nullable username in a Revision. (@VincentLanglet)
- [#7624] Support for ArrayAccess when accessing value in the appendFormFieldElement method. (@VincentLanglet)
Fixed
4.4.0
Added
- [#7617] The ability to not add a
select
column when accessing to the List with AJAX. (@VincentLanglet)
Deprecated
- [#7617] Template
src/Resources/views/CRUD/base_list_flat_field.html.twig
(@VincentLanglet) - [#7617] Template
src/Resources/views/CRUD/base_list_flat_inner_row.html.twig
(@VincentLanglet)
4.3.2
Fixed
- [#7608] Accessing a non existing template variable in list_footer block when the list_table block is overriden (@VincentLanglet)
4.3.1
Fixed
- [#7609] Model Autocomplete template (@VincentLanglet)
4.3.0
Added
- [#7579] Added
AbstractAdminExtension::preBatchAction()
andAdminExtensionInterface::preBatchAction()
(as annotation for BC) to have an extension point on batch actions. (@7ochem) - [#7579] Added
AdminEventExtension::preBatchAction()
that dispatches asonata.admin.event.batch_action.pre_batch_action
event with a BatchActionEvent object containing the data (@7ochem) - [#7579] Added BatchActionEvent class as a transport for (newly introduced) batch action events (@7ochem)
- [#7604]
ModelManagerThrowable
(@VincentLanglet) - [#7604]
CRUDController::handleModelManagerThrowable()
(@VincentLanglet)
Deprecated
- [#7580]
FormTypeFieldExtension::getValueFromFieldDescription()
(@VincentLanglet) - [#7604]
CRUDController::handleModelManagerException()
(@VincentLanglet)
3.107.0
Added
- [#7602]
ModelManagerThrowable
(@VincentLanglet) - [#7602]
CRUDController::handleModelManagerThrowable()
(@VincentLanglet)
Deprecated
- [#7602]
CRUDController::handleModelManagerException()
(@VincentLanglet)
4.2.2
Fixed
- [#7599] French translations (@VincentLanglet)
- [#7598] Filter interface phpdoc (@VincentLanglet)
4.2.1
Fixed
- [#7576] Missing
merge
call in twig (@VincentLanglet)
3.106.1
Fixed
- [#7574] Missing
merge
call in twig (@VincentLanglet)