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

3.1.0

Compare
Choose a tag to compare
@soullivaneuh soullivaneuh released this 25 Aug 09:37
· 340 commits to 3.x since this release
3.1.0
b095c31

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