Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

47 lines (38 loc) · 2.23 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

3.1.1 - 2016-10-04

Fixed

  • Use mor reliable UnitOfWork::getEntityState() method to detect persisted entities.
  • Typo on RuntimeException usages

3.1.0 - 2016-09-12

Changed

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

Fixed

  • Allow not mapped field to use admin_code option for sonata_type_model_list
  • FormContractor supports the new Sonata\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+

Removed

  • internal test classes are now excluded from the autoloader

3.0.5 - 2016-06-05

Fixed

  • Fix FormContractor::getDefaultOptions not checking against form types FQCNs

3.0.4 - 2016-06-17

Fixed

  • 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

Fixed

  • Failing identifier management for relations as id
  • Deprecated usage of form type name

3.0.2 - 2016-06-03

Fixed

  • Avoid duplicate field in ORDER clause
  • Support embedded object for mapping

3.0.1 - 2016-05-22

Fixed

  • Added missing default sort by primary key(s).
  • Allow non integer/string types as identifier (ex. uuid).