All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
3.1.1 - 2016-10-04
- Use mor reliable
UnitOfWork::getEntityState()
method to detect persisted entities. - Typo on
RuntimeException
usages
3.1.0 - 2016-09-12
- Date range filter can now be used with only one side defined
- Use class names for filters when using symfony 2.8+
- Changed how
FormContractor::getDefaultOptions
checks which type is used. Instead of checking for an array of available types, we improve this by checking for the class instance or parents.
- Allow not mapped field to use
admin_code
option forsonata_type_model_list
FormContractor
supports the newSonata\AdminBundle\Form\Type\ModelListType
- Add missing translation of 'Delete' in edit view
- Use class name when referencing
Form Type
to be compatible with Symfony 2.8+
- internal test classes are now excluded from the autoloader
3.0.5 - 2016-06-05
- Fix
FormContractor::getDefaultOptions
not checking against form types FQCNs
3.0.4 - 2016-06-17
- Fix wrong property name on FormContractor
- Create form is shown instead of filters on
sonata_type_model_list
popup
3.0.3 - 2016-06-09
- Failing identifier management for relations as id
- Deprecated usage of
form
type name
3.0.2 - 2016-06-03
- Avoid duplicate field in ORDER clause
- Support embedded object for mapping
3.0.1 - 2016-05-22
- Added missing default sort by primary key(s).
- Allow non integer/string types as identifier (ex. uuid).