Releases: sonata-project/SonataCoreBundle
Releases · sonata-project/SonataCoreBundle
3.16.0
Added
- The ids of the services deprecated services should be replaced with now appear in deprecation messages
Deprecated
- not registering
Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle
in the kernel of your app
Fixed
- several deprecations about services
3.15.1
Fixed
- tests extending
Sonata\CoreBundle\Test\XliffValidatorTestCase
are no longer risky
3.15.0
Added
- support for many grouped flash messages
3.14.1
Fixed
- Moved deprecation notices of
Sonata\CoreBundle\Form\Type\*
classes into their buildForm methods
- Wrongly triggered deprecation about
InlineConstraint
3.14.0
Fixed
- crash caused by an incompatibilty with sonata-project/exporter 2
- deprecation wrongly triggered when using the new interface or classes
Removed
- support for php 5 and php 7.0
3.13.7
Fixed
- Fixed wrong form namespaces
3.13.6
Fixed
- crash about
PageableManagerInterface
when using composer install --authoritative-classmap
- crashes related to form types
3.13.5
Fixed
- crash about new
FlashManager
class not implementing old StatusClassRendererInterface
3.13.4
Fixed
- crashes when a class type hints against an old type, but receives a new one
- Fix deprecation for symfony/config 4.2+
3.13.3
Fixed
- crashes when using
composer install --classmap-authoritative