Skip to content

Releases: sonata-project/SonataDoctrineORMAdminBundle

3.20.0

30 Jun 06:56
3.20.0
0c0ccdd
Compare
Choose a tag to compare

Added

3.19.0

26 Jun 21:54
3.19.0
abe07f2
Compare
Choose a tag to compare

Changed

  • [#1055] decimal and float type use the float template if no number
    template exists (@VincentLanglet)

Fixed

  • [#1055] one_to_one, one_to_many, many_to_one and many_to_many type
    are correctly using the template defined in your config instead of the Sonata
    one. (@VincentLanglet)

Removed

3.18.0

02 Jun 06:26
3.18.0
0a16728
Compare
Choose a tag to compare

Added

  • Added direct dependency against "twig/twig".
  • Added ModelManager::getDefaultPerPageOptions
  • ArrayFilter which supports @ORM\Column(type="array")

Fixed

  • Fixed usage of deprecated Twig syntax for..if.
  • StringFilter now correctly takes the case_sensitive option into account
    when the operator is =.

3.17.1

21 Apr 17:40
3.17.1
cdf7ccf
Compare
Choose a tag to compare

Fixed

Typo in AbstractDateFilter, DateRangeOperatorType::TYPE_EQUAL should have been
DateOperatorType::TYPE_EQUAL.

3.17.0

11 Apr 08:33
3.17.0
5d09f57
Compare
Choose a tag to compare

Fixed

  • Fixed weak check at ModelManager::getNormalizedIdentifier().

Deprecated

  • Deprecate getModelIdentifier from ModelManager

3.16.0

02 Apr 18:30
3.16.0
3eea0e0
Compare
Choose a tag to compare

Added

  • @method annotation for ProxyQuery

Fixed

  • Fixed returning void in ModelManager::getNormalizedIdentifier(), which is
    intended to return a value or null.
  • Removed deprecated usage of admin FormType constants
  • Concat value of complex primary key for correct calculate total pages in Datagrid

Removed

  • Drop support of php 7.1

3.15.0

16 Mar 17:48
3.15.0
a63947f
Compare
Choose a tag to compare

Added

  • Added support for guessing the show type of simple_array fields.
  • Allow null to be selected in ChoiceFilter
  • Allow _sort_by filter to not be initially defined.
  • sonata.admin.manager tag to sonata.admin.manager.orm service.

Fixed

  • The _sort_by_ datagrid value is properly applied before any custom orderBy.
  • Crash when entity has many identifiers and one of the not last identifiers is an entity.

3.14.0

04 Feb 20:43
3.14.0
3bff18a
Compare
Choose a tag to compare

Fixed

  • crash in computeNbResult where groupBy was used
  • deprecations from doctrine/persistence
  • Avoid to call not accessible toString() methods.

Changed

  • Disabled validation group in Builder/DatagridBuilder::getBaseDatagrid()

3.13.0

23 Dec 09:13
3.13.0
36e01d4
Compare
Choose a tag to compare

Fixed

  • Fix ProxyQuery::getQueryBuilder() return type.

Changed

operator_type and operator_options are overridable for the provided Filters

Removed

  • Support for Symfony < 3.4
  • Support for Symfony >= 4, < 4.2

3.12.0

23 Nov 10:36
3.12.0
c29cc56
Compare
Choose a tag to compare

Added

  • Added support for Doctrine-Bundle 2.0

Fixed

  • Do not return exception if Pager->computeNbResult has no result