Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
4.17.0
Added
- [#7906] Added ProxyManagerInterface (@VincentLanglet)
Deprecated
- [#7906] Relying on doctrine
ClassUtils::getClass
to resolve proxy classes. The ModelManager have to implements the ProxyManagerInterface instead. (@VincentLanglet)
Fixed
- [#7899] AdminMaker service option (@joerndyherrn)
4.16.0
Added
- [#7894] Support for twig-extensions 2 (@VincentLanglet)
- [#7887] Support for
sonata-project/doctrine-extensions
^2 (@VincentLanglet) - [#7886] Support for
sonata-project/exporter ^3
(@VincentLanglet)
Changed
- [#7885] Sidebar menu is now non-shared. (new instance is created everytime its requested) (@Warxcell)
Fixed
- [#7893] Allow ChildAdmin for Unidirectional References (@VincentLanglet)
- [#7890] Do not try to check access for created object (@VincentLanglet)
4.15.0
Added
- [#7867] Added
AbstractAdmin::generateBaseRoutePattern()
(@VincentLanglet) - [#7867] Added
AbstractAdmin::generateBaseRouteName()
(@VincentLanglet)
Changed
- [#7878] Bump moment to 2.29.4 (@dependabot[bot])
Deprecated
- [#7867] Added
AbstractAdmin::$baseRoutePattern
property (@VincentLanglet) - [#7867] Added
AbstractAdmin::$baseRouteName
property (@VincentLanglet)
4.14.0
Added
- [#7841] Support for a FilterInterface::getFormOptions method. (@VincentLanglet)
Deprecated
- [#7841] FilterInterface::getRenderSettigns (@VincentLanglet)
- [#7841] All the
Sonata\AdminBundle\Form\Type\Filter\*Type
except the FilterDataType. (@VincentLanglet)
Fixed
- [#7868] Batch action ProxyQueryInterface parameter don't have to be named $query anymore. (@mpoiriert)
4.13.1
Fixed
- [#7861] AdminInterface phpdoc (@VincentLanglet)
4.13.0
Added
- [#7819] Added support to batch action via another controller with 'controller' configuration (@mpoiriert)
Deprecated
- [#7819] BatchAction{actionName}IsRelevant will be remove in version 5.0. Move logic to your action. (@mpoiriert)
- [#7835] FormMapper::create() (@VincentLanglet)
Fixed
- [#7851] Model Auto Complete failing in create flow of admin with subclasses (@mpoiriert)
- [#7847] AdminValueResolver does support generic AdminInterface type. (@mpoiriert)
- [#7845] Fix the subclass query parameter conflict in the sonata.admin.action.get_short_object_description controller. (@mpoiriert)
- [#7836] Command deprecations using Symfony 6.1 (@franmomu)
Removed
4.12.0
Added
Changed
- [#7824] Update jQuery to
^3.6
(@jordisala1991) - [#7809] Use datetime picker library from
sonata-project/form-extensions
. (@jordisala1991)
Removed
4.11.1
Fixed
- [#7803] Fix vulnerabilities on several frontend dependencies by upgrading them:
async
,minimist
,ansi-regex
andmoment
, (@jordisala1991)
3.107.3
4.11.0
Changed
- [#7792] In preparation for SonataBlockBundle 5.0 we are not rendering block responses as private anymore (@dmaicher)
Fixed
- [#7785] Correctly pass the class to the ModelHiddentType when using child admin without parentAssociationMapping. (@VincentLanglet)