Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
3.107.2
4.7.0
Added
- [#7685] Support for
symfony/translation-contracts
3.x (@jordisala1991) - [#7653] "export_format_xlsx" translations (@willemverspyck)
- [#7658]
AdminInterface::showInDashboard()
method (@VincentLanglet)
Changed
- [#7662] Twig extensions are now lazy (@VincentLanglet)
Deprecated
- [#7658]
AdminInterface::showIn()
method (@VincentLanglet)
Fixed
- [#7674] Multiple choice field with predefined default values (@VincentLanglet)
- [#7673] Order of provided IDs at
ModelsToArrayTransformer::reverseTransform()
(@VincentLanglet)
3.107.1
4.6.1
Fixed
- [#7669] Model_autocomplete_type template (@VincentLanglet)
4.6.0
Added
Deprecated
- [#7661] ModelAutocompleteType quietMillis option (@Gasjki)
- [#7659] Passing an array of role to
AdminInterface::isGranted()
(@VincentLanglet) - [#7659] Passing an array of role to
AbstractAdmin::isGranted()
(@VincentLanglet) - [#7659] Passing an array of role to
SecurityHandlerInterface::isGranted()
(@VincentLanglet) - [#7659] Passing an array of role to
RoleSecurityHandler::isGranted()
(@VincentLanglet) - [#7659] Passing an array of role to
AclSecurityHandler::isGranted()
(@VincentLanglet)
Fixed
- [#7666] DefaultRouterGenerator route name generation when full name is given (@VincentLanglet)
- [#7661] ModelAutocompleteType quietMillis option (@Gasjki)
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)