Added
- [#7118] Added
FilterData
to use it for forward compatibility with4.0
(@franmomu) - [#7115]
TaggedAdmin::setListModes()
(@VincentLanglet) - [#7092] Generic template for DatagridBuilderInterface (@VincentLanglet)
- [#7092] Generic template for LockInterface (@VincentLanglet)
- [#7088] Added
render_breadcrumbs
andrender_breadcrumbs_for_title
Twig functions to render breadcrumbs (@franmomu)
Changed
- [#7112] Restrict return type of
ProxyQuery::execute()
method toarray<object>|(\Traversable<object>&\Countable)
(@VincentLanglet)
Deprecated
- [#7115]
TaggedAdmin::showMosaicButton()
(@VincentLanglet) - [#7110]
_email_link.html.twig
template, usedisplay_email.html.twig
instead (@VincentLanglet) - [#7110] Using
display_*
templates passing a field_description, you SHOULD pass the option directly instead (@VincentLanglet) - [#7088] Deprecated overriding the
breadcrumbs_builder
variable passed to Twig templates (@franmomu)
Fixed
- [#7103] FieldDescriptions options phpdoc to keep only common options (@VincentLanglet)
- [#7121] Calling foreach on
ArrayAccess
in ModelToIdPropertyTransformer (@VincentLanglet) - [#7065] Fixed "Field "FIELD" has already been rendered" error message when using ModelType (@epci)
- [#7092]
DatagridBuilderInterface::addFilter
phpdoc: The$type
MUST be a class-string (@VincentLanglet) - [#7092] Missing generic template for ModelManagerInterface (@VincentLanglet)
- [#7110] Stop throwing an error when using
display_*
templates without passing a field_description (@VincentLanglet) - [#7093] URLs generated at global search results for the list filtering, which were missing the
value
dimension (@phansys) - [#7093] Layout for the filter links generated at global search results (@phansys)
Removed
- [#7100] Remove deprecation for
AbstractAdmin::preValidate()
method (@VincentLanglet)