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.1.1

30 Aug 15:00
3.1.1
d0519eb
Compare
Choose a tag to compare

Fixed

  • Added interface check for JMS\Serializer\Handler\SubscribingHandlerInterface in SonataCoreExtension::configureSerializerFormats

3.1.0

25 Aug 09:37
3.1.0
b095c31
Compare
Choose a tag to compare

Added

  • Added AbstractWidgetTestCase test suite
  • Added static setFormats and addFormat methods to BaseSerializerHandler
  • Added sonata.core.serializer.formats configuration
  • Added AbstractWidgetTestCase::getTemplatePaths method
  • Added AbstractWidgetTestCase::getEnvironment method
  • Added AbstractWidgetTestCase::getRenderingEngine method

Deprecated

  • Exporter class and service : use equivalents from sonata-project/exporter instead.
  • Deprecated the translator in DateRangeType, DateTimeRangeType and EqualType

Fixed

  • Fixed BaseDoctrineORMSerializationType::buildForm compatibility with Symfony3 forms
  • Fixed BaseStatusType::getParent compatibility with Symfony3 forms
  • Fixed CollectionType::configureOptions compatibility with Symfony3 forms
  • Fixed DateRangePickerType::configureOptions compatibility with Symfony3 forms
  • Fixed DateRangeType::configureOptions compatibility with Symfony3 forms
  • Fixed DateTimeRangePickerType::configureOptions compatibility with Symfony3 forms
  • Fixed DateTimeRangeType::configureOptions compatibility with Symfony3 forms
  • Removed duplicate translation in DateRangeType, DateTimeRangeType and EqualType

3.0.3

17 Jun 12:07
3.0.3
3f13220
Compare
Choose a tag to compare

Fixed

  • Add missing exporter service

3.0.2

06 Jun 18:08
3.0.2
68c19b0
Compare
Choose a tag to compare

Fixed

  • Fixed EntityManagerMockFactory calling protected methods. This class is used by other bundles for testing.

3.0.1

01 Jun 12:35
3.0.1
66e9d21
Compare
Choose a tag to compare

Changed

  • Updated Bootstrap from version 3.3.5 to version 3.3.6
  • Updated Font-awesome from version 4.5.0 to version 4.6.3

Fixed

  • Typo on choices_as_values option for EqualType