Skip to content

Releases: sonata-project/SonataAdminBundle

4.5.1

16 Dec 13:15
cc8e78c
Compare
Choose a tag to compare

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

04 Dec 12:27
79fdf79
Compare
Choose a tag to compare

Added

Fixed

  • [#7622] Fixed PHP 8.1 deprecation notice for nl2br usage in base_show_field.html.twig. (@javer)

4.4.0

25 Nov 19:50
be46a40
Compare
Choose a tag to compare

Added

  • [#7617] The ability to not add a select column when accessing to the List with AJAX. (@VincentLanglet)

Deprecated

4.3.2

22 Nov 16:07
3122f2d
Compare
Choose a tag to compare

Fixed

  • [#7608] Accessing a non existing template variable in list_footer block when the list_table block is overriden (@VincentLanglet)

4.3.1

22 Nov 08:21
2d454df
Compare
Choose a tag to compare

Fixed

4.3.0

20 Nov 14:45
0639d12
Compare
Choose a tag to compare

Added

  • [#7579] Added AbstractAdminExtension::preBatchAction() and AdminExtensionInterface::preBatchAction() (as annotation for BC) to have an extension point on batch actions. (@7ochem)
  • [#7579] Added AdminEventExtension::preBatchAction() that dispatches a sonata.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

3.107.0

15 Nov 13:04
451c068
Compare
Choose a tag to compare

Added

Deprecated

4.2.2

08 Nov 22:13
Compare
Choose a tag to compare

Fixed

4.2.1

31 Oct 11:10
Compare
Choose a tag to compare

Fixed

3.106.1

31 Oct 10:59
Compare
Choose a tag to compare

Fixed