Releases: sonata-project/SonataDoctrineORMAdminBundle
Releases · sonata-project/SonataDoctrineORMAdminBundle
4.2.2
4.2.1
Fixed
- [#1583] Paginator set useOutputWalkers to false for query with joins (@ossinkine)
3.35.1
Fixed
- [#1585] Paginator set useOutputWalkers to false for query with joins (@JustDylan23)
4.2.0
Added
- [#1562] Added support for Symfony 6. (@jordisala1991)
Fixed
- [#1573] Fixed using ModelFilter with ModelAutocompleteType (@willemverspyck)
- [#1571] Fixed non mapped
CallbackFilter
datagrid filter. (@toooni)
4.1.0
Added
- [#1558] Added support for Doctrine DBAL 3. (@jordisala1991)
Changed
- [#1545]
field_options
are automatically passed to the Filter when anEntityType
or aModelAutocompleteType
is used. (@VincentLanglet)
Deprecated
- [#1545]
ModelAutocompleteFilter
in favor ofModelFilter
with afield_type
ModelAutocompleteType
(@VincentLanglet) - [#1547] Calling
ModelManager::getEntityManager()
(@VincentLanglet)
Removed
- [#1559] Removed support for Symfony 5.2 (@jordisala1991)
4.0.0
Changed
- [#1523] Do not set a default route option to
FieldDescription
inFieldDescriptionFactory
(@VincentLanglet)
4.0.0-rc.2
Fixed
- [#1510]
AuditReader
compatibility with [email protected] (@VincentLanglet)
4.0.0-rc.1
Added
- [#1458]
EmptyFilter
(@VincentLanglet)
Changed
- [#1480]
Pager::getCurrentPageResults()
does not returnPaginator
anymore. (@VincentLanglet)
3.35.0
Added
- [#1470]
global_search
option to theStringFilter
(@VincentLanglet) - [#1457]
treat_null_as
option to BooleanFilter (@VincentLanglet) - [#1477]
GroupableConditionAwareInterface
(@VincentLanglet)
Deprecated
- [#1477] "or_group" option in
Filter
objects (@VincentLanglet) - [#1477]
Filter::$groupedOrExpressions
(@VincentLanglet)
Fixed
- [#1473] Deprecation from SonataAdminBundle 3.x (@dmaicher)
- [#1470] Stop using
ChoiceTypeFilter
for global search (@VincentLanglet) - [#1477] Not resetting
Filter::$groupedOrExpressions
static property (see sonata-project/SonataAdminBundle#7096) (@VincentLanglet)
3.34.3
Fixed
- [#1455] Export for admin with fetch join in the
configureQuery()
method (@VincentLanglet)