Skip to content

Releases: sonata-project/SonataAdminBundle

4.43.0

Choose a tag to compare

@dmaicher dmaicher released this 03 Jun 14:05
3fbcc80

Added

  • [#8381] Support for symfony/stimulus-bundle 3. (@virtualize)
  • [#8373] Added optional flag to FormErrorIteratorToConstraintViolationList::transform() to sanitize error messages and prevent leaking sensitive information (e.g. internal file system paths) (@micbis)
  • [#8371] Support for doctrine/collections 3 (@dmaicher)

Fixed

  • [#8382] Do not generate the edit button URL in edit_many_script when the associated admin has no accessible edit route (@EmmanuelVella)

Removed

Security

  • [#8373] Added opt-in protection against exposing sensitive system information (e.g. temporary upload paths) in validation error payloads (@micbis)

4.42.0

Choose a tag to compare

@dmaicher dmaicher released this 05 Jan 16:31
45593b9

Changed

  • [#8369] The symfony/security-acl dependency is now optional. You need to explicitly require it as a dependency if you are using ACL. (@dmaicher)

4.41.0

Choose a tag to compare

@dmaicher dmaicher released this 30 Nov 18:41
a762b5a

Added

Removed

4.40.0

Choose a tag to compare

@dmaicher dmaicher released this 28 Nov 15:35
32f655c

Deprecated

  • [#8350] Method CanonicalizeRuntime::getCanonicalizedLocaleForMoment() is deprecated and no-op. It always returns null. (@dmaicher)

Fixed

  • [#8355] Fix remaining Symfony 7.4 deprecations for Request::get in twig templates (@dmaicher)

Removed

  • [#8350] Support for sonata-project/form-extensions v1 was removed (@dmaicher)
  • [#8349] Support for sonata-project/exporter v2 was removed (@dmaicher)
  • [#8348] Support for sonata-project/doctrine-extensions v1 was removed (@dmaicher)
  • [#8347] Support for sonata-project/twig-extensions v1 was removed (@dmaicher)
  • [#8344] Support for sonata-project/block-bundle v4 was removed (@dmaicher)

4.39.0

Choose a tag to compare

@dmaicher dmaicher released this 21 Oct 12:05
a60d976

Added

Deprecated

Fixed

4.38.2

Choose a tag to compare

@VincentLanglet VincentLanglet released this 10 Sep 17:27
6da6082

Fixed

  • [#8334] * ImmutableArrayType field helper message must not displayed twice (@sad270)
  • [#8335] Error messages displayed twice with form type sonata_type_native_collection or sonata_type_immutable_array when error_bubbling sets to false #2761 (@sad270)

4.38.1

Choose a tag to compare

@VincentLanglet VincentLanglet released this 05 Sep 07:40
58ca714

Fixed

  • [#8329] ImmutableArrayType field and it subfields help message are not displayed (@sad270)

4.38.0

Choose a tag to compare

@VincentLanglet VincentLanglet released this 24 Aug 17:11
4e1536b

Added

4.37.5

Choose a tag to compare

@VincentLanglet VincentLanglet released this 08 Aug 09:32
e122ff4

Fixed

4.37.4

Choose a tag to compare

@VincentLanglet VincentLanglet released this 03 Jul 18:18
65886ef

Fixed