Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Releases: sonata-project/SonataCoreBundle

3.13.2

14 Dec 07:11
3.13.2
a963f32
Compare
Choose a tag to compare

Fixed

  • Several crashes about type hinting issues

3.13.1

12 Dec 22:03
3.13.1
91b0913
Compare
Choose a tag to compare

Fixed

  • Crash when no flash manager is present
  • Crash about FlashManager not being an instance of StatusClassRendererInterface

3.13.0

10 Dec 19:40
3.13.0
ae2022b
Compare
Choose a tag to compare

Added

  • Added Form\ subnamespace for all form components
  • Added Serializer\ subnamespace for all serializer components
  • Added Twig\ subnamespace for all twig components

Deprecated

  • Deprecated Sonata\CoreBundle\Component\Status class
  • Deprecated Sonata\CoreBundle\Date\* classes
  • Deprecated Sonata\CoreBundle\FlashMessage classes
  • Deprecated Sonata\CoreBundle\Form\DataMapper\* classes
  • Deprecated Sonata\CoreBundle\Form\EventListener\* classes
  • Deprecated Sonata\CoreBundle\Form\Type\* classes
  • Deprecated Sonata\CoreBundle\Model\MetadataInterface interface
  • Deprecated Sonata\CoreBundle\Model\Metadata class
  • Deprecated Sonata\CoreBundle\Serializer\BaseSerializerHandler class
  • Deprecated Sonata\CoreBundle\Serializer\SerializerHandlerInterface interface
  • Deprecated Sonata\CoreBundle\Test\AbstractWidgetTestCase class
  • Deprecated Sonata\CoreBundle\Twig\Extension classes
  • Deprecated Sonata\CoreBundle\Twig\Node classes
  • Deprecated Sonata\CoreBundle\Twig\TokenParser classes
  • Deprecated Sonata\CoreBundle\Validator\* classes

3.12.0

19 Nov 19:16
3.12.0
4a4edf9
Compare
Choose a tag to compare

Fixed

  • fix DateTimePickerType format usage of Intl constants.
  • Make form type services public

Deprecated

  • Deprecated SonataDumpDoctrineMetaCommand
  • Deprecated InvalidParameterException
  • Deprecated Model/Adapter/AdapterChain
  • Deprecated Model/Adapter/AdapterInterface
  • Deprecated Model/Adapter/DoctrineORMAdapter
  • Deprecated Model/Adapter/DoctrinePHPCRAdapter
  • Deprecated Model/BaseDocumentManager
  • Deprecated Model/BaseEntityManager
  • Deprecated Model/BaseManager
  • Deprecated Model/BasePHPCRManager
  • Deprecated Model/ManagerInterface
  • Deprecated Model/PageableManagerInterface

3.11.2

19 Jul 05:47
3.11.2
16a89c9
Compare
Choose a tag to compare

Fixed

  • Handle null values in BooleanTypeToBooleanTransformer

3.11.1

12 Jul 06:18
3.11.1
fbd8c78
Compare
Choose a tag to compare

Fixed

  • Fix compatibility with Symfony 2.8 regarding Twig runtimes

3.11.0

07 Jul 22:33
3.11.0
08148e0
Compare
Choose a tag to compare

Added

  • Added FlashMessageRuntime and StatusRuntime to remove strong dependency on the session introduced by Twig extensions

3.10.0

13 Jun 05:49
3.10.0
Compare
Choose a tag to compare

Fixed

  • fputcsv() default escape character
  • SonataListFormMappingCommand::isEnabled to only enable the command when Symfony Major Version < 3

Added

  • [Date(Time)PickerType] Handle field without seconds with option dp_use_seconds.
  • [Date(Time)PickerType] Allow DateTime Object in dp_min_date and dp_max_date
  • [Date(Time)RangePickerType] Link DateTimeRange pickers to keep start < end

Deprecated

  • ColorType has been deprecated
  • Colors class has been deprecated

3.9.1

23 Feb 16:42
3.9.1
57f81fd
Compare
Choose a tag to compare

Fixed

  • Missing deprecation alert for sonata.core.slugify.native service

Changed

  • changed composer dependency from symfony/security to symfony/security-csrf
  • Services for slugify strings are marked as public

3.9.0

07 Jan 10:19
3.9.0
d6be7dd
Compare
Choose a tag to compare

Added

  • Added close label to flash messages

Changed

  • Always flip choices in BaseStatusType