Added
- [#6390]
Sonata\AdminBundle\Templating\TemplateRegistryAwareInterface
withgetTemplateRegistry()
,hasTemplateRegistry()
andsetTemplateRegistry()
methods (@wbloszyk) - [#6378] Added option to load different Admin LTE skins (@fastnloud)
- [#6381] Added
ModelManagerInterface::supportsQuery()
(@VincentLanglet) - [#6387]
Sonata\AdminBundle\Admin\AbstractAdmin::hasTemplateRegistry(): bool
(@wbloszyk) - [#6377] Add type hints to data transformers (@core23)
- [#6377] Add type hints to util classes (@core23)
- [#6348] Add
AbstractAdmin::configureExportFields
extension point (@core23) - [#6361] Added generic type hints to (nearly) all admin interfaces (@core23)
- [#6369] Added support for
symfony/config
5.1. (@franmomu) - [#6369] Added support for
symfony/dependency-injection
5.1. (@franmomu) - [#6369] Added support for
symfony/routing
5.1. (@franmomu) - [#6363] Allow
symfony/security-csrf
andsymfony/asset
^5.1 (@jordisala1991) - [#6344] Support for symfony/http-foundation and symfony/validator 5.1 (@dmaicher)
- [#6349] Add generics to
ModelManagerInterface
(@core23)
Changed
- [#6364] Prevent
addFormFieldDescription
if field role no granted (@kirya-dev)
Deprecated
- [#6381] Create a new instance of ModelChoiceLoader with a query unsupported by the modelManager (@VincentLanglet)
- [#6387]
Sonata\AdminBundle\Admin\AbstractAdmin::setTemplates()
(@wbloszyk) - [#6387]
Sonata\AdminBundle\Admin\AbstractAdmin::setTemplate()
(@wbloszyk) - [#6386] Deprecated
ProxyQueryInterface::getUniqueParameterId
. (@franmomu) - [#6386] Deprecated
ProxyQueryInterface::entityJoin
. (@franmomu) - [#6311] Passing another type than
object
toAbstractAdmin::toString
(@VincentLanglet) - [#6311] Passing
null
toAbstractAdmin::getUrlSafeIdentifier
,AbstractAdmin::getNormalizedIdentifier
,AbstractAdmin::getId
(@VincentLanglet) - [#6311] Using
GetShortObjectDescriptionAction
with an empty objectId. (@VincentLanglet)
Fixed
- [#6361] Fix calling undefined
AdminInterface::isCurrentChild
(@core23) - [#6394] Fixed ProxyQueryInterface::getSortBy and ProxyQueryInterface::getSortOrder phpdoc (@VincentLanglet)
- [#6377] Allow null transformation in ModelsToArrayTransformer (@core23)
- [#5937] Allow use Symfony Data Transformers in list fields editable (@peter-gribanov)
- [#6372] The default
group
now correctly use the admin translation domain when using the admin label. (@VincentLanglet) - [#6335] Remove unnecessary span wrapper for field help. Merge styles with paragraph. (@kirya-dev)
- [#6335] Prevent too many deprecation notices. (@kirya-dev)