Skip to content

Releases: sonata-project/SonataAdminBundle

4.15.0

23 Jul 10:55
138cd0e
Compare
Choose a tag to compare

Added

Changed

Deprecated

4.14.0

12 Jul 13:11
Compare
Choose a tag to compare

Added

Deprecated

Fixed

  • [#7868] Batch action ProxyQueryInterface parameter don't have to be named $query anymore. (@mpoiriert)

4.13.1

05 Jul 13:16
39d33bc
Compare
Choose a tag to compare

Fixed

4.13.0

25 Jun 17:37
43e6b70
Compare
Choose a tag to compare

Added

  • [#7819] Added support to batch action via another controller with 'controller' configuration (@mpoiriert)

Deprecated

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

21 May 21:49
c622a99
Compare
Choose a tag to compare

Added

  • [#7823] Support for abstract class subject in RetrieveAutocompleteItemsAction. (@Geekimo)

Changed

Removed

4.11.1

29 Apr 18:59
b35398e
Compare
Choose a tag to compare

Fixed

  • [#7803] Fix vulnerabilities on several frontend dependencies by upgrading them: async, minimist, ansi-regex and moment, (@jordisala1991)

3.107.3

28 Apr 06:26
Compare
Choose a tag to compare

Fixed

4.11.0

27 Apr 09:09
b481e9c
Compare
Choose a tag to compare

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)

4.10.1

29 Mar 08:33
Compare
Choose a tag to compare

Fixed

4.10.0

21 Mar 13:46
34a3b16
Compare
Choose a tag to compare

Changed

  • [#7761] CrudController::handleModelManagerThrowable can now return a custom error message to display in the flashbag instead of the generic one from Sonata. (@VincentLanglet)
  • [#7766] Reduced number of ModelManager::find calls (@VincentLanglet)

Fixed

  • [#7769] Improve detection of Symfony ACL bundle installation (@Buratinas)