This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
Releases: sonata-project/SonataCoreBundle
Releases · sonata-project/SonataCoreBundle
3.1.1
Fixed
- Added interface check for
JMS\Serializer\Handler\SubscribingHandlerInterface
inSonataCoreExtension::configureSerializerFormats
3.1.0
Added
- Added
AbstractWidgetTestCase
test suite - Added static
setFormats
andaddFormat
methods toBaseSerializerHandler
- 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
andEqualType
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
andEqualType
3.0.3
Fixed
- Add missing exporter service
3.0.2
Fixed
- Fixed
EntityManagerMockFactory
calling protected methods. This class is used by other bundles for testing.
3.0.1
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 forEqualType