Releases: sonata-project/SonataDoctrineMongoDBAdminBundle
Releases · sonata-project/SonataDoctrineMongoDBAdminBundle
4.3.1
Fixed
- [#762] Solved deprecation with SonataAdminBundle 4.14 (@VincentLanglet)
4.3.0
4.2.0
4.1.1
Fixed
- [#734] The lastpage is correctly set to 1 when there is no results. (@VincentLanglet)
4.1.0
Added
- [#699] Added support for Symfony 6 (@jordisala1991)
4.0.1
4.0.0
Changed
- [#659] Do not set a default route option to
FieldDescription
inFieldDescriptionFactory
(@VincentLanglet) - [#641]
AbstractDateFilter::getDefaultOptions()
is final (@VincentLanglet) - [#641]
AbstractDateFilter::getRenderSettings()
is final (@VincentLanglet)
4.0.0-rc.1
3.10.0
Added
- [#610]
global_search
option to theStringFilter
(@VincentLanglet)
Deprecated
Fixed
- [#607] Compatibility with SonataAdminBundle 3.x (@dmaicher)
- [#610] Stop using
ChoiceTypeFilter
for global search (@VincentLanglet)
4.0.0-alpha.1
Added
- [#593] Added
DateRangeFilter
to be able to filter by dates (@franmomu) - [#593] Added
DateTimeRangeFilter
to be able to filter by dates with time (@franmomu)
Changed
- [#564] Changed the guessing type of
FieldDescriptionInterface
with association mapping frommongo_one
toFieldDescriptionInterface::MANY_TO_ONE
and frommongo_many
toFieldDescriptionInterface::MANY_TO_MANY
. (@franmomu) - [#515] Add final modifier to classes (@franmomu)
- [#515] Reduce visibility of methods and properties (@franmomu)
Fixed
- [#593] Fixed using
DateOperatorType::TYPE_EQUAL
type in aDateFilter
andDateTimeFilter
, now it filters by the exact date instead of a range. (@franmomu)
Removed
- [#593] Removed unused
input_type
option inAbstractDateFilter
(@franmomu) - [#593] Removed
AbstractDateFilter:: applyTypeIsLessEqual
(@franmomu) - [#593] Removed
AbstractDateFilter:: applyTypeIsGreaterThan
(@franmomu) - [#593] Removed
AbstractDateFilter:: applyType
(@franmomu) - [#575] Remove support for
doctrine/persistence
1.x (@franmomu) - [#357] The modelManager getDefaultSortValues does not have default
_sort_by
value anymore. (@VincentLanglet) - [#356] Special case for the
all
value in ChoiceFilter (@VincentLanglet)