Skip to content

Releases: sonata-project/SonataAdminBundle

4.30.2

08 May 12:27
ad0bffa
Compare
Choose a tag to compare

Fixed

4.30.1

10 Apr 20:10
8fd5658
Compare
Choose a tag to compare

Fixed

4.30.0

10 Apr 15:37
58a5492
Compare
Choose a tag to compare

Added

Deprecated

Fixed

4.29.3

22 Jan 09:11
9b1294e
Compare
Choose a tag to compare

Fixed

4.29.2

24 Dec 10:50
e96a82d
Compare
Choose a tag to compare

Changed

  • [#8141] CRUDController::handleModelManagerException can now return a custom error message string for display in the flashbag instead of Sonata ones. Return type is removed from the signature (@wadjei)

Fixed

  • [#8139] Deprecation about ArgumentValueResolverInterface usage (@Hanmac)

4.29.1

12 Dec 10:42
7fde202
Compare
Choose a tag to compare

Fixed

  • [#8136] Fix clashing global twig variables (admin, base_template) if already set (@core23)

4.29.0

25 Nov 13:14
d327aa0
Compare
Choose a tag to compare

Added

4.28.1

20 Nov 09:47
75d7116
Compare
Choose a tag to compare

Fixed

  • [#8125] Needing to submit form twice when using CRUDController::render() (@AntoineRoue)

4.28.0

18 Oct 22:47
724c4fc
Compare
Choose a tag to compare

Changed

  • [#8116] Automatically detect base_template and admin twig variable (@core23)

Deprecated

  • [#8116] Deprecate CRUDController::renderWithExtraParams method (@core23)
  • [#8116] Deprecate CRUDController::addRenderExtraParams method (@core23)
  • [#8116] Deprecate CRUDController::getBaseTemplate method (@core23)

Fixed

4.27.1

21 Sep 18:45
2ae0c57
Compare
Choose a tag to compare

Added

  • [#8105] Allow to disable icheck and to be able to use still choice field mask with the expanded option (@goetas)

Fixed

  • [#8100] Logic to handle show / hide column of table html element (@nhung-le)
  • [#8108] Add missing type button on ModelList form widget (@tdumalin)
  • [#8099] label_catalogue configuration node deprecation message (@7ochem)